Index: LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt |
diff --git a/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt b/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt |
index 7c1eef26ac21bbdeb6d2c9da3ac894f67d076ea4..50600d5a9a56db573f9874d68b27d8411301d007 100644 |
--- a/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt |
+++ b/LayoutTests/platform/win/fast/url/segments-from-data-url-expected.txt |
@@ -35,7 +35,7 @@ PASS segments('#;?') is '["data:","","","text/plain,baseURL","","#;?"]' |
PASS segments('?') is '[":","","","","",""]' |
PASS segments('/') is '[":","","","","",""]' |
PASS segments(':23') is '[":","","","","",""]' |
-FAIL segments('/:23') should be ["data:","","","/:23","",""]. Was [":","","","","",""]. |
+PASS segments('/:23') is '[":","","","","",""]' |
PASS segments('//') is '[":","","","","",""]' |
PASS segments('::') is '[":","","","","",""]' |
PASS segments('::23') is '[":","","","","",""]' |
@@ -58,7 +58,7 @@ PASS segments('//foo/bar') is '[":","","","","",""]' |
PASS segments('http://foo/path;a??e#f#g') is '["http:","foo","","/path;a","??e","#f#g"]' |
PASS segments('http://foo/abcd?efgh?ijkl') is '["http:","foo","","/abcd","?efgh?ijkl",""]' |
PASS segments('http://foo/abcd#foo?bar') is '["http:","foo","","/abcd","","#foo?bar"]' |
-FAIL segments('[61:24:74]:98') should be ["data:","","","text/[61:24:74]:98","",""]. Was [":","","","","",""]. |
+PASS segments('[61:24:74]:98') is '[":","","","","",""]' |
PASS segments('http://[61:27]:98') is '[":","","0","","",""]' |
PASS segments('http:[61:27]/:foo') is '[":","","","","",""]' |
FAIL segments('http://[1::2]:3:4') should be [":","","","","",""]. Was [":","","0","","",""]. |