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

Unified Diff: LayoutTests/fast/domurl/url-host-expected.txt

Issue 24066010: Implement URLUtils and URL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates based on code review comments Created 7 years, 2 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 | « LayoutTests/fast/domurl/url-host.html ('k') | LayoutTests/fast/domurl/url-hostname.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/domurl/url-host-expected.txt
diff --git a/LayoutTests/fast/domurl/url-host-expected.txt b/LayoutTests/fast/domurl/url-host-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..90a52a787d64ec6ad0a41d5fc2a3de2b89fc36c8
--- /dev/null
+++ b/LayoutTests/fast/domurl/url-host-expected.txt
@@ -0,0 +1,18 @@
+
+PASS Basic test
+PASS Set host with ? in it
+PASS Set default port for another protocol
+PASS Set default port
+PASS Set host with letters in port number
+PASS Leading space in port number
+PASS Colon without port number
+PASS Set host to null
+PASS Set host to empty string
+PASS Set host to URL with file: protocol
+PASS Set host containing slashes in it
+PASS Set host to a malformed URL
+PASS Set host that starts with :
+PASS Set host to URL containing username and ..
+PASS Set host to a URL with tel: protocol
+PASS host property invalid URL
+
« no previous file with comments | « LayoutTests/fast/domurl/url-host.html ('k') | LayoutTests/fast/domurl/url-hostname.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698