tor-browser

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

WEB_FEATURES.yml (1012B)


      1 features:
      2 - name: autonomous-custom-elements
      3  files:
      4  - "*"
      5  # Exclude customized built-in elements. Keep in sync with below list.
      6  - "!builtin-coverage.html"
      7  - "!customized-built-in-constructor-exceptions.html"
      8  - "!Document-createElement-customized-builtins.html"
      9  - "!Document-createElementNS-customized-builtins.html"
     10  - "!HTMLElement-constructor-customized-builtins.html"
     11  - "!pseudo-class-defined-customized-builtins.html"
     12  # Exclude CustomElementRegistry. Keep in sync with below list.
     13  - "!CustomElementRegistry*"
     14 - name: customized-built-in-elements
     15  files:
     16  # Keep in sync with above list.
     17  - builtin-coverage.html
     18  - customized-built-in-constructor-exceptions.html
     19  - Document-createElement-customized-builtins.html
     20  - Document-createElementNS-customized-builtins.html
     21  - HTMLElement-constructor-customized-builtins.html
     22  - pseudo-class-defined-customized-builtins.html
     23 - name: scoped-custom-element-registries
     24  files:
     25  # Keep in sync with main list.
     26  - "CustomElementRegistry*"