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

Unified Diff: LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt

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/dom/call-a-constructor-as-a-function-expected.txt
diff --git a/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt b/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
index feb9d8a05074ac2b86bb20b6b2d8ebf073e22073..bcd6af30697694d4b29a7b43ad7747ffe0d965c4 100644
--- a/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
+++ b/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt
@@ -23,7 +23,6 @@ PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires '
PASS Uint32Array() threw exception TypeError: Constructor Uint32Array requires 'new'.
PASS Uint8Array() threw exception TypeError: Constructor Uint8Array requires 'new'.
PASS WebKitCSSMatrix() threw exception TypeError: Failed to construct 'WebKitCSSMatrix': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
-PASS WebKitPoint() threw exception TypeError: Failed to construct 'WebKitPoint': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
PASS WebSocket() threw exception TypeError: Failed to construct 'WebSocket': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
PASS Worker() threw exception TypeError: Failed to construct 'Worker': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
PASS XMLHttpRequest() threw exception TypeError: Failed to construct 'XMLHttpRequest': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
« no previous file with comments | « LayoutTests/fast/dom/call-a-constructor-as-a-function.html ('k') | LayoutTests/fast/js/constructor-length.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698