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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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, 1 month 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/win/fast/url/segments-from-data-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt
index 50600d5a9a56db573f9874d68b27d8411301d007..3124956a92edc72de6b5d306c1607074337258fa 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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 '[":","","","","",""]'
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/url/segments-from-data-url-expected.txt ('k') | url/url_canon_relative.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698