Dactyloidae/testing
Gaming4JC e8e20e994d Bug 1276438 part 3. Align the .body setter with the spec a bit better.
There are two changes here:

1) We allow setting .body even if the root element is not an <html:html>. This is what the spec says to do, and what we used to do before the changes in bug
366200. No tests for this yet, pending https://github.com/whatwg/html/issues/3403 getting resolved.

2) We use GetBody(), not GetBodyElement(), to look for an existing thing to replace. This matters if there are <frameset>s involved.

Tag UXP Issue #1344
Tag UXP Issue #252
2020-01-31 07:34:59 +08:00
..
config import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
crashtest import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
docker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
firefox-ui import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gtest Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
instrumentation import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
marionette No issue - Remove unused network.http.bypass-cachelock-threshold pref. 2020-01-17 09:17:18 +08:00
mochitest Remove Social API. 2019-02-15 23:59:43 +08:00
modules Remove other gonk widget conditionals and unused files. 2019-02-15 23:57:15 +08:00
mozbase Bug 1384062 - Make SystemResourceMonitor.stop more resilient to errors. r=ahal,gps 2019-02-15 23:58:04 +08:00
mozharness Update requirements.txt 2019-02-16 00:08:39 +08:00
profiles No issue - Remove unused network.http.bypass-cachelock-threshold pref. 2020-01-17 09:17:18 +08:00
runtimes Remove Firefox Accounts service and tie-ins. 2019-04-19 09:40:31 +08:00
specialpowers Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08:00
talos Issue #1160 - Remove HotFix preferences from testing 2019-07-08 20:29:12 +08:00
tools import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
tps Add Pale Moon 2018-02-02 03:35:06 -05:00
web-platform Bug 1276438 part 3. Align the .body setter with the spec a bit better. 2020-01-31 07:34:59 +08:00
xpcshell Remove Parser::reportBadReturn 2019-04-13 07:01:31 +08:00
cppunittest.ini import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mach_commands.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
README.txt import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remotecppunittests.py import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
runcppunittests.py Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
testsuite-targets.mk Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08: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