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

Unified Diff: third_party/WebKit/LayoutTests/fast/url/relative-expected.txt

Issue 2685843003: 'data:' may not be used as a document's base URL. (Closed)
Patch Set: Tests. Created 3 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: third_party/WebKit/LayoutTests/fast/url/relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/url/relative-expected.txt b/third_party/WebKit/LayoutTests/fast/url/relative-expected.txt
index 4b1303f9b3403f616edb45767c29a65f3444640d..d8570048bde8064ac515e89d35f478f184cff61c 100644
--- a/third_party/WebKit/LayoutTests/fast/url/relative-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/url/relative-expected.txt
@@ -38,15 +38,9 @@ PASS canonicalize('?foo=bar#com') is 'http://host/a?foo=bar#com'
PASS canonicalize('#ref') is 'http://host/a#ref'
PASS canonicalize('#') is 'http://host/a#'
PASS canonicalize('#bye') is 'http://host/a?foo=bar#bye'
-PASS canonicalize('baz.html') is ''
-PASS canonicalize('data:baz') is 'data:baz'
-PASS canonicalize('data:/base') is 'data:/base'
-PASS canonicalize('http://host/') is 'http://host/'
-PASS canonicalize('http:host') is 'http://host/'
PASS canonicalize('./asd:fgh') is 'http://foo/asd:fgh'
PASS canonicalize(':foo') is 'http://foo/:foo'
PASS canonicalize(' hello world') is 'http://foo/hello%20world'
-PASS canonicalize(':foo') is ''
PASS canonicalize(';foo') is 'http://host/;foo'
PASS canonicalize(';foo') is 'http://host/;foo'
PASS canonicalize(';/../bar') is 'http://host/bar'

Powered by Google App Engine
This is Rietveld 408576698