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

Unified Diff: LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html

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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DOMURL/url-constructor.html » ('j') | Source/core/html/DOMURL.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
diff --git a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html b/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
index abcf4041f341c8c43385f708ed6422e521d6bceb..c66641126724e39a89c86a2e1734af56b48c5909 100644
--- a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
+++ b/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
@@ -7,7 +7,7 @@
<script>
description("Test instanceof functions and properties of URL and webkitURL.");
-var url = new URL;
+var url = new URL('http://www.domain.com/');
shouldBeTrue("'createObjectURL' in URL");
shouldBeTrue("'revokeObjectURL' in URL");
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DOMURL/url-constructor.html » ('j') | Source/core/html/DOMURL.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698