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.
This commit is contained in:
Michael Howell 2018-10-23 00:53:55 +00:00
parent eafcd91760
commit 7270333487
2 changed files with 2 additions and 1 deletions

View file

@ -615868,7 +615868,7 @@
"support" "support"
], ],
"html/semantics/forms/form-submission-target/form-target-iframe.html": [ "html/semantics/forms/form-submission-target/form-target-iframe.html": [
"8fd4d69c28ab1f569ae96453d02f48158124b4f9", "2309ca67bb58f20f06a4c0b6ed162f2d0c80217f",
"testharness" "testharness"
], ],
"html/semantics/forms/historical.html": [ "html/semantics/forms/historical.html": [

View file

@ -1,4 +1,5 @@
[targeting-cross-origin-nested-browsing-contexts.html] [targeting-cross-origin-nested-browsing-contexts.html]
type: testharness type: testharness
disabled: https://github.com/servo/servo/issues/10056
[Targeting nested browsing contexts] [Targeting nested browsing contexts]
expected: FAIL expected: FAIL