Index: LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt |
diff --git a/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt b/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt |
index f8fa217a108df3d2c8307b90b1a9a5fa9206e61f..72bb60e1a6edbc4ec4028d9a492e2e2542d86394 100644 |
--- a/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt |
+++ b/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt |
@@ -2,6 +2,9 @@ Verify WebGLContextAttributes are working as specified, including alpha, depth, |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Testing alpha = true |
PASS getError was expected value: NO_ERROR : should be no errors |
PASS gl = getWebGL(1, 1, { alpha: true, depth: false, stencil: false, antialias: false }, [ 0, 0, 0, 0 ], 1, 0) is non-null. |
@@ -111,7 +114,4 @@ PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias |
PASS successfullyParsed is true |
TEST COMPLETE |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |