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

Unified Diff: LayoutTests/fast/url/script-tests/segments-from-data-url.js

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
« no previous file with comments | « no previous file | LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/url/script-tests/segments-from-data-url.js
diff --git a/LayoutTests/fast/url/script-tests/segments-from-data-url.js b/LayoutTests/fast/url/script-tests/segments-from-data-url.js
index 78d56b6403479f05726834713d7cef2254beb858..96503d47c57bbb5164e6bd0422c970fd38e5f6e9 100644
--- a/LayoutTests/fast/url/script-tests/segments-from-data-url.js
+++ b/LayoutTests/fast/url/script-tests/segments-from-data-url.js
@@ -34,7 +34,7 @@ cases = [
["?", [":","","","","",""]],
["/", [":","","","","",""]],
[":23", [":","","","","",""]],
- ["/:23", ["data:","","","/:23","",""]],
+ ["/:23", [":","","","","",""]],
["//", [":","","","","",""]],
["::", [":","","","","",""]],
["::23", [":","","","","",""]],
@@ -57,7 +57,7 @@ cases = [
["http://foo/path;a??e#f#g", ["http:","foo","","/path;a","??e","#f#g"]],
["http://foo/abcd?efgh?ijkl", ["http:","foo","","/abcd","?efgh?ijkl",""]],
["http://foo/abcd#foo?bar", ["http:","foo","","/abcd","","#foo?bar"]],
- ["[61:24:74]:98", ["data:","","","text/[61:24:74]:98","",""]],
+ ["[61:24:74]:98", [":","","","","",""]],
["http://[61:27]:98", [":","","0","","",""]],
["http:[61:27]/:foo", [":","","","","",""]],
["http://[1::2]:3:4", [":","","","","",""]],
« no previous file with comments | « no previous file | LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698