Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[testdriver.html]
expected:
if product == "safari": [PASS, CRASH]
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[failing-test.html]
[Failing test]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[uncaught-exception-following-subtest.html]
expected: ERROR

[Uncaught exception following subtest]
expected: PASS

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[uncaught-exception-single-test.html]
[Uncaught exception in single-page test]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[unhandled-rejection-following-subtest.html]
expected: ERROR

[Unhandled rejection following subtest]
expected: PASS

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[unhandled-rejection-single-test.html]
[Unhandled rejection in single-page test]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[window-onload-test.html]

[test 2]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
expected:
# https://github.com/web-platform-tests/wpt/issues/13183
# marionette executor doesn't currently implement testdriver for reftests
if product == "firefox" or product == "firefox_android": TIMEOUT
if (product == "firefox") or (product == "firefox_android"): TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[test-pac.html]
[test that PAC metadata is respected]
expected:
if product == "safari": FAIL # Safari WebDriver does not support PAC
if product == "safari": FAIL # Safari WebDriver does not support PAC
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
[webtransport-h3.https.sub.any.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (product == "chrome") or (product == "firefox"): PASS
FAIL
if product == "firefox_android": FAIL


[webtransport-h3.https.sub.any.worker.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (product == "chrome") or (product == "firefox"): PASS
FAIL
if product == "firefox_android": FAIL


[webtransport-h3.https.sub.any.sharedworker.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (product == "chrome") or (product == "firefox"): PASS
FAIL
if product == "firefox_android": FAIL


[webtransport-h3.https.sub.any.serviceworker.html]
expected:
if product == "firefox_android": [TIMEOUT, OK]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if (product == "chrome") or (product == "firefox"): PASS
if product == "firefox_android": [TIMEOUT, FAIL]
FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[async-error.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[async-failure.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[basic-failure.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[error.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[module-error.test262-module.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[module-failure.test262-module.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[negative-error.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[negative-failure.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[strict-error.test262.strict.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[strict-failure.test262.strict.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[unexpected-error.test262.html]
expected: OK
[Test]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[eventOrder.html]
expected:
if (product == "epiphany") or (product == "webkit"): ERROR
[TestDriver actions: event order]
expected:
if product == "safari": [PASS, FAIL]

[indivisible actions on the same track dispatch events in series]
expected:
if product == "safari": [PASS, FAIL]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[multiDevice.html]
[TestDriver actions: multiple devices]
expected:
if product == "safari": [PASS, FAIL]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[multiTouchPoints.html]
expected:
if product == "epiphany" or product == "webkit": ERROR

if (product == "epiphany") or (product == "webkit"): ERROR
[TestDriver actions: two touch points with one moving one pause]
expected:
if product == "safari": FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[simulate_gatt_connection_response.https.html]
expected:
if product != "chrome": ERROR
[OK, ERROR]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[simulate_gatt_disconnection.https.html]
expected:
if product != "chrome": ERROR
[OK, ERROR]
[OK, ERROR, TIMEOUT]
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[click_nested.html]
expected:
if product == "chrome": [OK, TIMEOUT]
[TestDriver click method with multiple windows and nested iframe]
expected:
if product == "safari": [PASS, FAIL]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[Window Size]
expected:
if product == "firefox_android": FAIL

[Window Position]
expected:
if product == "firefox_android": FAIL
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
[virtual_authenticator.html]
expected:
if product == "safari": CRASH

[Can create an authenticator]
expected:
if product == "safari": FAIL

[Can add a credential]
expected:
if product == "safari": FAIL
if product == "firefox": FAIL

[Can get the credentials]
expected:
if product == "safari": FAIL
if product == "firefox": FAIL

[Can remove a credential]
expected:
if product == "safari": FAIL
if product == "firefox": FAIL

[Can remove all credentials]
expected:
if product == "safari": FAIL
if product == "firefox": FAIL

[Can set user verified]
expected:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

[failing test with lone surrogate U+d800 in name]
expected: FAIL

Loading