| Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/canvas/webgl/texImageTest-expected.txt
|
| diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/canvas/webgl/texImageTest-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/canvas/webgl/texImageTest-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..060696b04195f72e3efea1f1c9070e96fc59c693
|
| --- /dev/null
|
| +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/canvas/webgl/texImageTest-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +Test of texImage2d and texSubImage2d
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +PASS context.texImage2D(context.TEXTURE_2D) threw exception Error: SYNTAX_ERR: DOM Exception 12.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 64, 64, 0, context.RGBA, context.UNSIGNED_BYTE, null) is undefined.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 0, context.RGBA, context.UNSIGNED_BYTE, 0) threw exception Error: SYNTAX_ERR: DOM Exception 12.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 2, 2, 0, context.RGBA, context.UNSIGNED_BYTE, array) is undefined.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, imageData, true) is undefined.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, image) is undefined.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, canvas2d, false) is undefined.
|
| +PASS context.texImage2D(context.TEXTURE_2D, 0, video, true, false) is undefined.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D) threw exception Error: SYNTAX_ERR: DOM Exception 12.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, 0, 0, context.RGBA, context.UNSIGNED_BYTE, 0) is undefined.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, 0, context.UNSIGNED_BYTE, 0) threw exception Error: SYNTAX_ERR: DOM Exception 12.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, imageData, false) is undefined.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, image) is undefined.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, canvas2d, true) is undefined.
|
| +PASS context.texSubImage2D(context.TEXTURE_2D, 0, 10, 20, video, false, true) is undefined.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|