gecko-dev/testing
Daniel Holbert a1e7b693de Bug 1563050: Treat table-cells with contain:layout as if they had no baseline. r=TYLin
This makes us pass web platform test contain-layout-baseline-004.html (i.e. it
makes us treat that test's 'contain:layout' table-cell as having no baseline,
so we align its bottom edge with the other cell's actual baseline, as the test
expects).

This is required by the spec text at [1] which excludes most table parts but
includes table cells, and says "the containing element is treated as having no
baseline".

[1] https://drafts.csswg.org/css-contain/#containment-layout

Differential Revision: https://phabricator.services.mozilla.com/D37118

--HG--
extra : moz-landing-system : lando
2019-07-08 17:41:35 +00:00
..
awsy Bug 1559975 - convert testing/awsy to python3 syntax r=ahal 2019-07-02 17:26:13 +00:00
config
crashtest
extensions
firefox-ui Bug 1559975 - Fix python2 lint issues on testing/firefox-ui r=catlee 2019-07-05 14:35:42 +00:00
geckodriver bug 1559324: geckodriver: add HTTP HEAD request feature to changelog; r=ato a=doc 2019-06-25 13:18:20 +01:00
gtest Bug 1558598 - Force WebRender on or off in the gtest harness. r=ahal 2019-06-29 09:48:16 +00:00
jsshell
marionette Bug 467035 - Avoid leaking browser language via DTD r=Gijs,bzbarsky 2019-07-08 10:47:05 +00:00
mochitest Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
modules Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozbase Bug 1561435 - Format testing/, a=automatic-formatting 2019-07-05 11:01:24 +02:00
mozharness Bug 1563957 - mozharness android.py's install_apk should distinguish ADBTimeoutError and ADBError, r=jmaher. 2019-07-08 12:44:11 +00:00
profiles Bug 1559798 - Begin polling for the results (runner.js) only after the pageload.js code has been invoked in the test page content r=acreskey,tarek 2019-06-19 20:56:16 +00:00
raptor Bug 1547651 - [raptor] shutdown_browser() should not wait 15s before killing the browser. r=perftest-reviewers,stephendonner,rwood 2019-07-08 17:50:57 +00:00
runtimes
specialpowers Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb 2019-07-08 16:37:45 +00:00
talos Bug 1557305 - Modify autocomplete DAMP test. r=ochameau. 2019-07-08 09:25:10 +00:00
tools Bug 1559975 - convert testing/tools/iceserver to python3 syntax r=ahal 2019-07-05 14:28:35 +00:00
tps Bug 1559975 - convert testing/tps to python3 r=ahal 2019-07-02 18:04:40 +00:00
web-platform Bug 1563050: Treat table-cells with contain:layout as if they had no baseline. r=TYLin 2019-07-08 17:41:35 +00:00
webdriver Bug 1562043 - Fix a debug statement when processing webdriver requests. r=ato 2019-07-08 09:54:25 +00:00
xpcshell Bug 1563824 - New error NS_ERROR_TOO_MANY_REQUESTS for 429 response r=mayhemer 2019-07-06 21:46:00 +00:00
addtest.py
cppunittest.ini Bug 1558350: Add TestNativeNt to cppunittest.ini; r=mhowell 2019-06-11 00:11:58 +00:00
mach_commands.py Bug 1562129 part 2 - Add --blinterp-eager to jit-test 'all' configuration. r=sfink 2019-07-08 11:22:04 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
runcppunittests.py Bug 1558598 - Force WebRender on or off in the cppunit harness. r=ahal 2019-06-29 09:49:23 +00:00
testsuite-targets.mk Bug 1553481 - Filter out pdbs from CPP_UNIT_TEST_BINS so we don't try to strip them r=firefox-build-system-reviewers,dmajor 2019-05-22 15:08:07 +00: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