tor-browser

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

WEB_FEATURES.yml (743B)


      1 features:
      2 - name: autonomous-custom-elements
      3  files:
      4  - parser-constructs-custom-element-in-document-write.html
      5  - parser-constructs-custom-element-synchronously.html
      6  - parser-constructs-custom-elements-with-is.html
      7  - parser-constructs-custom-elements.html
      8  - parser-custom-element-in-foreign-content.html
      9  - parser-fallsback-to-unknown-element.html
     10  - parser-sets-attributes-and-children.html
     11  - parser-uses-constructed-element.html
     12  - parser-uses-registry-of-owner-document.html
     13 - name: customized-built-in-elements
     14  files:
     15  - serializing-html-fragments-customized-builtins.html
     16 # Note that parser-uses-create-an-element-for-a-token-svg.svg isn't listed
     17 # as it has one subtest for autonomous and one for customized built-ins.