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

Unified Diff: LayoutTests/fast/url/invalid-urls-utf8-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/fast/url/invalid-urls-utf8-expected.txt
diff --git a/LayoutTests/fast/url/invalid-urls-utf8-expected.txt b/LayoutTests/fast/url/invalid-urls-utf8-expected.txt
index 3651700070b8c251f68e3afdeec55200d5d2eb45..67b2687e984d942a843f15a27bd37d4a8ec42837 100644
--- a/LayoutTests/fast/url/invalid-urls-utf8-expected.txt
+++ b/LayoutTests/fast/url/invalid-urls-utf8-expected.txt
@@ -3,28 +3,28 @@ This ensure we do not mess up the bytes when an URL is partially parsed and is i
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL src should be http:///. Was http:/.
-FAIL src should be https:///. Was https:/.
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
-PASS src is expected
+FAIL src should be http:///. Was http:.
+FAIL src should be https:///. Was https:.
+FAIL src should be ftp:///. Was ftp:.
+FAIL src should be gopher:///. Was gopher:.
+FAIL src should be ws:///. Was ws:.
+FAIL src should be wss:///. Was wss:.
+FAIL src should be foo://tête à tête@host/. Was foo://t%C3%AAte %C3%A0 t%C3%AAte@host/.
+FAIL src should be foo://user:tête à tête@host/. Was foo://user:t%C3%AAte %C3%A0 t%C3%AAte@host/.
+PASS src is expected
+PASS src is expected
+FAIL src should be foo://user:password@[xxxxx]/tête à tête/. Was foo://user:password@[xxxxx]/t%C3%AAte %C3%A0 t%C3%AAte/.
+FAIL src should be foo://user:password@[?tête à tête/. Was foo://user:password@[?t%C3%AAte %C3%A0 t%C3%AAte/.
+FAIL src should be foo://user:password@[?tête à tête]/. Was foo://user:password@[?t%C3%AAte %C3%A0 t%C3%AAte]/.
+FAIL src should be foo://user:password@host:tête à tête/. Was foo://user:password@host:t%C3%AAte %C3%A0 t%C3%AAte/.
+FAIL src should be foo://user:password@host:80tête à tête. Was foo://user:password@host:80t%C3%AAte %C3%A0 t%C3%AAte.
+FAIL src should be foo://user:password@host:tête à tête/. Was foo://user:password@host:t%C3%AAte %C3%A0 t%C3%AAte/.
+FAIL src should be foo://user:password@host:80tête à tête. Was foo://user:password@host:80t%C3%AAte %C3%A0 t%C3%AAte.
+FAIL src should be ws:/tête. Was ws://xn--tte-fma/.
+FAIL src should be ftp:/tête. Was ftp://xn--tte-fma/.
+FAIL src should be http:/tête. Was http://xn--tte-fma/.
+FAIL src should be https:/tête. Was https://xn--tte-fma/.
+FAIL src should be gopher:/tête. Was gopher://xn--tte-fma/.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698