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

Unified Diff: LayoutTests/fast/js/constructor-length.html

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
Index: LayoutTests/fast/js/constructor-length.html
diff --git a/LayoutTests/fast/js/constructor-length.html b/LayoutTests/fast/js/constructor-length.html
index 195912f02b97de8e42e4af6d513acdfce814e9cb..542ea25469e2f0f942e88f1c27f082144181759b 100644
--- a/LayoutTests/fast/js/constructor-length.html
+++ b/LayoutTests/fast/js/constructor-length.html
@@ -55,7 +55,7 @@ shouldBe('WebKitPoint.length', '0');
shouldBe('WebKitTransitionEvent.length', '1');
shouldBe('WebSocket.length', '1');
shouldBe('Worker.length', '1');
-shouldBe('URL.length', '0');
+shouldBe('URL.length', '1');
shouldBe('XMLHttpRequest.length', '0');
shouldBe('XMLSerializer.length', '0');
shouldBe('XPathEvaluator.length', '0');
« no previous file with comments | « LayoutTests/fast/domurl/url-username-expected.txt ('k') | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698