Post-ANGLE switch, the fast/canvas/webgl/draw-elements-out-of-bounds-uint-index.html test case started to fail: --- /app/webkit/WebKitBuild/Release/layout-test-results/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt +++ /app/webkit/WebKitBuild/Release/layout-test-results/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-actual.txt @@ -3,8 +3,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION. -PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION. +FAIL context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) expected: INVALID_OPERATION. Was NO_ERROR. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE