tor-browser

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

chrome.toml (685B)


      1 # WARNING: This directory was used for MathML mochitests and is only preserved
      2 # for the ones that cannot be rewritten as web-platform-tests.
      3 # If you want to add new tests for MathML, please instead consider adding them
      4 # to `testing/web-platform/tests/mathml` (for MathML Core tests) or to
      5 # `testing/web-platform/mozilla/tests/mathml/` (for Gecko-specific tests).
      6 
      7 [DEFAULT]
      8 
      9 support-files = ["test_disabled_chrome_iframe.html"]
     10 prefs = ["mathml.disabled=true"]
     11 
     12 # FIXME(bug 1847206): Rather than a chrome mochitest, this should probably be a
     13 # browser mochitest, because the goal was to check `mathml.disabled` doesn't
     14 # apply to the user interface.
     15 
     16 ["test_disabled_chrome.html"]