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

Unified Diff: LayoutTests/platform/linux/fast/url/segments-from-data-url-expected.txt

Issue 184223007: Fix segments-from-data-url.js to PASS instead of just updating expected FAIL lines. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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: LayoutTests/platform/linux/fast/url/segments-from-data-url-expected.txt
diff --git a/LayoutTests/platform/linux/fast/url/segments-from-data-url-expected.txt b/LayoutTests/platform/linux/fast/url/segments-from-data-url-expected.txt
index c2c9fc16c1268a7658a03f5c5dcac83c93e33602..684f09e2f382e53e4b7920e072c256e1d2567320 100644
--- a/LayoutTests/platform/linux/fast/url/segments-from-data-url-expected.txt
+++ b/LayoutTests/platform/linux/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","","",""].

Powered by Google App Engine
This is Rietveld 408576698