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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-with-offset-expected.txt

Issue 2447493002: Removed some duplicate layout tests under fast/canvas/webgl (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test setting WebGL array with offset
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=76040 : Int16Array.s et(array, offset) fails on first execution
6 Testing Int8Array
7 PASS webGLArray[0] is 0
8 PASS webGLArray[1] is 1
9 PASS webGLArray[2] is 2
10 PASS webGLArray[3] is bounds[0]
11 PASS webGLArray[4] is bounds[1]
12 Testing Uint8Array
13 PASS webGLArray[0] is 0
14 PASS webGLArray[1] is 1
15 PASS webGLArray[2] is 2
16 PASS webGLArray[3] is bounds[0]
17 PASS webGLArray[4] is bounds[1]
18 Testing Int16Array
19 PASS webGLArray[0] is 0
20 PASS webGLArray[1] is 1
21 PASS webGLArray[2] is 2
22 PASS webGLArray[3] is bounds[0]
23 PASS webGLArray[4] is bounds[1]
24 Testing Uint16Array
25 PASS webGLArray[0] is 0
26 PASS webGLArray[1] is 1
27 PASS webGLArray[2] is 2
28 PASS webGLArray[3] is bounds[0]
29 PASS webGLArray[4] is bounds[1]
30 Testing Int32Array
31 PASS webGLArray[0] is 0
32 PASS webGLArray[1] is 1
33 PASS webGLArray[2] is 2
34 PASS webGLArray[3] is bounds[0]
35 PASS webGLArray[4] is bounds[1]
36 Testing Uint32Array
37 PASS webGLArray[0] is 0
38 PASS webGLArray[1] is 1
39 PASS webGLArray[2] is 2
40 PASS webGLArray[3] is bounds[0]
41 PASS webGLArray[4] is bounds[1]
42 Testing Float32Array
43 PASS webGLArray[0] is 0
44 PASS webGLArray[1] is 1
45 PASS webGLArray[2] is 2
46 PASS webGLArray[3] is bounds[0]
47 PASS webGLArray[4] is bounds[1]
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698