diff options
author | Michael Howell <michael@notriddle.com> | 2018-10-23 00:53:55 +0000 |
---|---|---|
committer | Michael Howell <michael@notriddle.com> | 2018-10-23 00:53:55 +0000 |
commit | 7270333487ace93b260205e0fddc252299ee4718 (patch) | |
tree | 322d9f74508313a3744f99b51c4a6a025158c792 /tests | |
parent | eafcd91760afbd0287b31aa6215c9528f6275b0d (diff) | |
download | servo-7270333487ace93b260205e0fddc252299ee4718.tar.gz servo-7270333487ace93b260205e0fddc252299ee4718.zip |
Skip pop-up centric WPT test
It was already broken, since Servo doesn't support pop-up windows.
The iframe changes just made it broken in a different way.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wpt/metadata/MANIFEST.json | 2 | ||||
-rw-r--r-- | tests/wpt/metadata/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 7a77bc1e10b..2c8c667b379 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -615868,7 +615868,7 @@ "support" ], "html/semantics/forms/form-submission-target/form-target-iframe.html": [ - "8fd4d69c28ab1f569ae96453d02f48158124b4f9", + "2309ca67bb58f20f06a4c0b6ed162f2d0c80217f", "testharness" ], "html/semantics/forms/historical.html": [ diff --git a/tests/wpt/metadata/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini b/tests/wpt/metadata/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini index 4ee3fbb8304..8e0a7b687de 100644 --- a/tests/wpt/metadata/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini +++ b/tests/wpt/metadata/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini @@ -1,4 +1,5 @@ [targeting-cross-origin-nested-browsing-contexts.html] type: testharness + disabled: https://github.com/servo/servo/issues/10056 [Targeting nested browsing contexts] expected: FAIL |