mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
2a379bfd81
The get() method checks if a page load event is expected for a requested URL. By that it also takes the current URL into account. To determine that it currently uses the docshell from the frame's document but not from the content itself. As such the href is different and would cause us to wait for a page load event even if the requested URL is identical to the current one. To solve this we have to switch to the top frame (content) as very first action in get(). MozReview-Commit-ID: HZLNKQ6uZpp --HG-- extra : rebase_source : d5fd58e3ce90a064e386b0826d54242687853421 |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
firefox-ui | ||
gtest | ||
instrumentation | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
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