mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9386537f22
The 'anon' search strategy maps directly to nsIXULDocument.getAnonymousNodes() whereas the 'anon attribute' strategy maps to nsIXULDocument.getAnonymousElementByAttribute(). These strategies are needed for clients who wish to find and manipulate anonymous content, typically found in the Firefox chrome. For more details, see: https://developer.mozilla.org/en-US/docs/XBL/XBL_1.0_Reference/Anonymous_Content --HG-- rename : testing/marionette/client/marionette/tests/unit/test_switch_anonymous_content.py => testing/marionette/client/marionette/tests/unit/test_anonymous_content.py |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
gtest | ||
instrumentation | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
profiles | ||
release | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
android_cppunittest_manifest.txt | ||
b2g_cppunittest_manifest.txt | ||
mach_commands.py | ||
machine-configuration.json | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff