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

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

Issue 19230002: Use V8 implementation of TypedArrays and DataView in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased for relanding Created 7 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 1c1de48a48855da50a9c06400ce0561329d2a410..03388ebb12224fecabbbc84cb90d3c11299f729b 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
@@ -6,22 +6,22 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS ArrayBuffer() threw exception TypeError: Constructor ArrayBuffer requires 'new'.
SKIP AudioContext is not implemented.
PASS FormData() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS DataView() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS DataView() threw exception TypeError: Constructor DataView requires 'new'.
PASS EventSource() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS FileReader() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Float64Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Float32Array() threw exception TypeError: Constructor Float32Array requires 'new'.
+PASS Float64Array() threw exception TypeError: Constructor Float64Array requires 'new'.
PASS Audio() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS Image() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS Option() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Int8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Int16Array() threw exception TypeError: Constructor Int16Array requires 'new'.
+PASS Int32Array() threw exception TypeError: Constructor Int32Array requires 'new'.
+PASS Int8Array() threw exception TypeError: Constructor Int8Array requires 'new'.
PASS MessageChannel() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS SharedWorker() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint16Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint32Array() threw exception TypeError: DOM object constructor cannot be called as a function..
-PASS Uint8Array() threw exception TypeError: DOM object constructor cannot be called as a function..
+PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires 'new'.
+PASS Uint32Array() threw exception TypeError: Constructor Uint32Array requires 'new'.
+PASS Uint8Array() threw exception TypeError: Constructor Uint8Array requires 'new'.
PASS WebKitCSSMatrix() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS WebKitPoint() threw exception TypeError: DOM object constructor cannot be called as a function..
PASS WebSocket() threw exception TypeError: DOM object constructor cannot be called as a function..
« no previous file with comments | « LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt ('k') | LayoutTests/fast/js/constructor-length.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698