author | Philip Jägenstedt <philip@foolip.org> |
Thu, 31 Jan 2019 12:13:37 +0000 | |
changeset 457770 | 77ff75c957bf29ae4fc7467516f817202beda987 |
parent 457769 | 7924d8d2b5c0f2ff4e18e30ea09dbb380a1f208c |
child 457771 | 61441b6023cbfd9c59aff8133f0b0c35076016a7 |
push id | 35518 |
push user | opoprus@mozilla.com |
push date | Fri, 08 Feb 2019 09:55:14 +0000 |
treeherder | mozilla-central@3a3e393396f4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1515479, 14606, 14570 |
milestone | 67.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
new file mode 100644 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/elementTiming.html.ini @@ -0,0 +1,4 @@ +[elementTiming.html] + [TestDriver actions: element timing] + expected: + if product == "chrome": FAIL
--- a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/eventOrder.html.ini +++ b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/eventOrder.html.ini @@ -1,3 +1,7 @@ [eventOrder.html] expected: - if product == "safari": ERROR \ No newline at end of file + if product == "safari": ERROR + + [TestDriver actions: event order] + expected: + if product == "chrome": FAIL
--- a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/multiDevice.html.ini +++ b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/multiDevice.html.ini @@ -1,3 +1,3 @@ [multiDevice.html] expected: - if product == "safari": ERROR + if product == "chrome" or product == "safari": ERROR