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

Unified Diff: LayoutTests/fast/dom/DOMURL/url-hostname-expected.txt

Issue 24066010: Implement URLUtils and URL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git rebase 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
Index: LayoutTests/fast/dom/DOMURL/url-hostname-expected.txt
diff --git a/LayoutTests/fast/dom/DOMURL/url-hostname-expected.txt b/LayoutTests/fast/dom/DOMURL/url-hostname-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bd348ec87ab38c50b61ef20fcd8fd02e7031e84a
--- /dev/null
+++ b/LayoutTests/fast/dom/DOMURL/url-hostname-expected.txt
@@ -0,0 +1,12 @@
+
+PASS Basic test
+PASS Set hostname with ? in it
+PASS Set hostname to null
+PASS Set hostname to empty string
+PASS Set hostname to URL with file: protocol
+PASS Set hostname containing slashes in it
+PASS Set hostname to a malformed URL
+PASS Set hostname to URL containing username and ..
+PASS Set hostname to a URL with tel: protocol
+PASS hostname property invalid URL
+

Powered by Google App Engine
This is Rietveld 408576698