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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt

Issue 1409293007: new URL('') should throw TypeError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated testcase Created 5 years 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/platform/mac/fast/url/segments-from-data-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt
index 684f09e2f382e53e4b7920e072c256e1d2567320..a735e267c94995a4ad44bcc4fd4da5df0f710b0c 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt
@@ -19,8 +19,8 @@ FAIL segments('http://f:\n/c') should be [":","","","","",""]. Was ["http:","f",
FAIL segments('http://f:fifty-two/c') should be [":","","","","",""]. Was [":","","0","","",""].
PASS segments('http://f:999999/c') is '[":","","0","","",""]'
FAIL segments('http://f: 21 / b ? d # e ') should be [":","","","","",""]. Was [":","","0","","",""].
-PASS segments('') is '["data:","","","text/plain,baseURL","",""]'
-PASS segments(' \t') is '["data:","","","text/plain,baseURL","",""]'
+PASS segments('') is '[":","","","","",""]'
+PASS segments(' \t') is '[":","","","","",""]'
PASS segments(':foo.com/') is '[":","","","","",""]'
PASS segments(':foo.com\\') is '[":","","","","",""]'
PASS segments(':') is '[":","","","","",""]'

Powered by Google App Engine
This is Rietveld 408576698