gecko-dev/testing
Henrik Skupin 2a379bfd81 Bug 1329556 - Navigation has to switch to top frame before determining load events. r=automatedtester
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
2017-01-10 15:53:32 +01:00
..
config Bug 1329703 - Update geckodriver to 0.13.0, r=maja_zf 2017-01-13 21:11:45 +00:00
crashtest Bug 1286657 - Add manifest for autophone webrtc crashtest job; r=bc 2016-08-03 12:20:48 -04:00
firefox-ui Backed out changeset 2bd53e4e662b (bug 1303113) for various test failures in debug tests with e10s. r=backout 2017-01-03 20:53:59 +01:00
gtest Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
instrumentation Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
marionette Bug 1329556 - Navigation has to switch to top frame before determining load events. r=automatedtester 2017-01-10 15:53:32 +01:00
mochitest Merge m-i to m-c, a=merge 2017-01-14 09:38:58 -08:00
modules Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
mozbase Bug 1326496 - testing:mozbase: Use find_library to get libc filename. r=ahal 2016-12-30 14:35:55 +01:00
mozharness Bug 1303668 - Actually retry when mozharness query_symbols_url() fails; r=aki 2017-01-13 07:56:03 -07:00
profiles Backed out changeset 5566e83980ed (bug 1313155) for mass build bustage a=backout CLOSED TREE 2017-01-12 14:16:52 -08:00
runtimes Bug 1326465 - add BUG_COMPONENTS to testing/. r=gbrown,ted 2016-12-30 16:16:56 -05:00
specialpowers Bug 1330464 - script-generated removal of additional parameters that don't exist in the interface, r=jaws. 2017-01-13 20:21:53 +01:00
talos Backed out changeset e8ae38b46276 (bug 1330697) because the whitelist entries are still needed for some pgo xperf runs a=backout 2017-01-13 10:52:36 -08:00
tools Bug 1326467 - remove old testing/tools/ files. r=ted 2017-01-06 11:33:45 -05:00
tps Bug 1313573 - Validate the sync ping during TPS test runs r=markh 2016-11-02 14:25:07 -04:00
web-platform Bug 1318666 - Update test expectations for mathml tests to include Win10. 2017-01-11 16:28:37 -05:00
xpcshell Bug 1328338 - Fix more no-undef eslint issues in toolkit/ and browser/. r=mossop 2017-01-03 11:55:24 +00:00
cppunittest.ini Bug 1322707 - Stop building signaling_unittest and mediapipeline_unittests; r=jesup,glandium 2016-12-09 09:09:41 -10:00
mach_commands.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
moz.build Bug 1330329 - set bug_components for talos tests in moz.build files. r=gbrown 2017-01-13 08:40:30 -05:00
README.txt
remotecppunittests.py Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
runcppunittests.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
testsuite-targets.mk Bug 1330772 - Remove all b2g related code from reftests, r=jmaher 2017-01-12 16:37:37 -05:00

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