From fa702060a8d2e98b29a9b3b63350942dabe6e920 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 14 Mar 2017 18:18:51 +0100 Subject: [PATCH] Update some wpt expectations. The filter-intermittents job prevented us from noticing the changes. Fortunately all changes are positive. --- .../wpt/metadata/cors/redirect-origin.htm.ini | 12 ------------ ...cation-protocol-setter-non-broken.html.ini | 19 ++++++++++++++++++- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/tests/wpt/metadata/cors/redirect-origin.htm.ini b/tests/wpt/metadata/cors/redirect-origin.htm.ini index 19365ee4d0b..02481d435c1 100644 --- a/tests/wpt/metadata/cors/redirect-origin.htm.ini +++ b/tests/wpt/metadata/cors/redirect-origin.htm.ini @@ -62,18 +62,6 @@ [remote (http://web-platform.test:8000) to local (null), expect origin=null] expected: FAIL - [remote (*) to remote (*), expect origin=http://web-platform.test:8000] - expected: FAIL - - [remote (*) to remote (http://web-platform.test:8000), expect origin=http://web-platform.test:8000] - expected: FAIL - - [remote (http://web-platform.test:8000) to remote (*), expect origin=http://web-platform.test:8000] - expected: FAIL - - [remote (http://web-platform.test:8000) to remote (http://web-platform.test:8000), expect origin=http://web-platform.test:8000] - expected: FAIL - [remote (http://web-platform.test:8000) to remote2 (*), expect origin=null] expected: FAIL diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini index a84994778ff..4e540c72816 100644 --- a/tests/wpt/metadata/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini @@ -1,3 +1,20 @@ [location-protocol-setter-non-broken.html] type: testharness - expected: CRASH + [Set data URL frame location.protocol to x] + expected: FAIL + + [Set data URL frame location.protocol to data] + expected: FAIL + + [Set data URL frame location.protocol to file] + expected: FAIL + + [Set data URL frame location.protocol to ftp] + expected: FAIL + + [Set data URL frame location.protocol to gopher] + expected: FAIL + + [Set data URL frame location.protocol to http+x] + expected: FAIL +