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

Unified Diff: LayoutTests/fast/js/constructor-length-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/js/constructor-length-expected.txt
diff --git a/LayoutTests/fast/js/constructor-length-expected.txt b/LayoutTests/fast/js/constructor-length-expected.txt
index 9dace35ce4f37c378f598863ccf97fa0f2f75dbd..4a88f380f89edbf9c88e5257af67c9ecad8cc3da 100644
--- a/LayoutTests/fast/js/constructor-length-expected.txt
+++ b/LayoutTests/fast/js/constructor-length-expected.txt
@@ -12,18 +12,18 @@ PASS CloseEvent.length is 1
PASS CustomEvent.length is 1
FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData is not defined
PASS DOMParser.length is 0
-PASS DataView.length is 1
+PASS DataView.length is 3
PASS ErrorEvent.length is 1
PASS Event.length is 1
PASS EventSource.length is 1
-PASS Float32Array.length is 1
-PASS Float64Array.length is 1
+PASS Float32Array.length is 3
+PASS Float64Array.length is 3
PASS FileReader.length is 0
FAIL FileReaderSync.length should be 0. Threw exception ReferenceError: FileReaderSync is not defined
PASS HashChangeEvent.length is 1
-PASS Int16Array.length is 1
-PASS Int32Array.length is 1
-PASS Int8Array.length is 1
+PASS Int16Array.length is 3
+PASS Int32Array.length is 3
+PASS Int8Array.length is 3
FAIL Intent.length should be 3. Threw exception ReferenceError: Intent is not defined
PASS MediaController.length is 0
FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream is not defined
@@ -39,10 +39,10 @@ PASS SharedWorker.length is 1
PASS StorageEvent.length is 1
PASS TextTrackCue.length is 3
PASS TrackEvent.length is 1
-PASS Uint16Array.length is 1
-PASS Uint32Array.length is 1
-PASS Uint8Array.length is 1
-PASS Uint8ClampedArray.length is 1
+PASS Uint16Array.length is 3
+PASS Uint32Array.length is 3
+PASS Uint8Array.length is 3
+PASS Uint8ClampedArray.length is 3
PASS WebGLContextEvent.length is 1
PASS WebKitAnimationEvent.length is 1
PASS WebKitCSSMatrix.length is 0
« no previous file with comments | « LayoutTests/fast/js/constructor-length.html ('k') | LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698