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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/canvas/webgl/texImageTest-expected.txt

Issue 611005: Rebaseline Mac WebGL tests and mark Win+Linux as deferred. (Closed)
Patch Set: Created 10 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test of texImage2d and texSubImage2d
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS context.texImage2D(context.TEXTURE_2D) threw exception Error: SYNTAX_ERR: D OM Exception 12.
6 PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 64, 64, 0, context. RGBA, context.UNSIGNED_BYTE, null) is undefined.
7 PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 0, context.RGBA, co ntext.UNSIGNED_BYTE, 0) threw exception Error: SYNTAX_ERR: DOM Exception 12.
8 PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 2, 2, 0, context.RG BA, context.UNSIGNED_BYTE, array) is undefined.
9 PASS context.texImage2D(context.TEXTURE_2D, 0, imageData, true) is undefined.
10 PASS context.texImage2D(context.TEXTURE_2D, 0, image) is undefined.
11 PASS context.texImage2D(context.TEXTURE_2D, 0, canvas2d, false) is undefined.
12 PASS context.texImage2D(context.TEXTURE_2D, 0, video, true, false) is undefined.
13 PASS context.texSubImage2D(context.TEXTURE_2D) threw exception Error: SYNTAX_ERR : DOM Exception 12.
14 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, 0, 0, context.RGBA, co ntext.UNSIGNED_BYTE, 0) is undefined.
15 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, 0, context.UNSIGNED_BY TE, 0) threw exception Error: SYNTAX_ERR: DOM Exception 12.
16 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, imageData, false) is u ndefined.
17 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, image) is undefined.
18 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, canvas2d, true) is und efined.
19 PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, video, false, true) is undefined.
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698