tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

WEB_FEATURES.yml (701B)


      1 features:
      2 - name: async-clipboard
      3  files:
      4  # `clipboard-item.https.html` tests both `async-clipboard` and
      5  # `clipboard-supports`
      6  - async-*
      7  - "!async-custom-formats-*"
      8  - "!async-svg-read-write.tentative.https.html"
      9  - "!async-unsanitized-*"
     10  - "!async-navigator-clipboard-change-event.tentative.https.html"
     11 - name: clipboard-custom-format
     12  files:
     13  - async-custom-formats-*
     14 - name: clipboard-events
     15  files:
     16  - clipboard-events-synthetic.html
     17 - name: clipboard-svg
     18  files:
     19  - async-svg-read-write.tentative.https.html
     20 - name: clipboard-unsanitized-formats
     21  files:
     22  - async-unsanitized-*
     23 - name: clipboardchange
     24  files:
     25  - async-navigator-clipboard-change-event.tentative.https.html