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

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

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 d7112fc71095196c0ecb83636c50b468a459079b..4a99d47fd40fb308cdbc49fd0aef5fa49b7fa783 100644
--- a/LayoutTests/fast/js/constructor-length.html
+++ b/LayoutTests/fast/js/constructor-length.html
@@ -50,7 +50,6 @@ shouldBe('WebGLContextEvent.length', '1');
shouldBe('WebKitAnimationEvent.length', '1');
shouldBe('WebKitCSSMatrix.length', '0');
shouldBe('WebKitMutationObserver.length', '1');
-shouldBe('WebKitPoint.length', '0');
shouldBe('WebKitTransitionEvent.length', '1');
shouldBe('WebSocket.length', '1');
shouldBe('Worker.length', '1');

Powered by Google App Engine
This is Rietveld 408576698