Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt

Issue 2650653002: Check in failing results for DOM/HTML WPT tests (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7d3b5772845af61d408ebe05347f9223c38e17ff
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-expected.txt
@@ -0,0 +1,16 @@
+CONSOLE ERROR: Not allowed to load local resource: script%3E
+This is a testharness.js-based test.
+PASS Set HTTP URL frame location.protocol to x
+PASS Set data URL frame location.protocol to x
+FAIL Set HTTP URL frame location.protocol to data Blocked a frame with origin "http://web-platform.test:8001" from accessing a cross-origin frame.
+FAIL Set data URL frame location.protocol to data Failed to execute 'postMessage' on 'Window': Port at index 0 is already neutered.
+FAIL Set HTTP URL frame location.protocol to file Failed to set the 'protocol' property on 'Location': 'file://web-platform.test:8001/common/blank.html' is not a valid URL.
+PASS Set data URL frame location.protocol to file
+PASS Set HTTP URL frame location.protocol to ftp
+PASS Set data URL frame location.protocol to ftp
+PASS Set HTTP URL frame location.protocol to gopher
+PASS Set data URL frame location.protocol to gopher
+PASS Set HTTP URL frame location.protocol to http+x
+PASS Set data URL frame location.protocol to http+x
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698