Move Khronos WebGL tests to /_webgl/

This commit is contained in:
Anthony Ramine 2018-08-25 00:46:42 +02:00
parent d827370804
commit 4852f7d616
7200 changed files with 53650 additions and 228616 deletions

View file

@ -0,0 +1,7 @@
[context-attribute-preserve-drawing-buffer.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[context-attributes-alpha-depth-stencil-antialias.html]
bug: https://github.com/servo/servo/issues/21285
type: testharness
[WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[context-lost.html]
bug: https://github.com/servo/servo/issues/15266
type: testharness
[WebGL test #0: gl.isContextLost() should be false. Threw exception TypeError: gl.isContextLost is not a function]
expected: FAIL

View file

@ -0,0 +1,5 @@
[methods.html]
bug: https://github.com/servo/servo/issues/15266
[WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL

View file

@ -0,0 +1,16 @@
[premultiplyalpha-test.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness
expected: ERROR
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL
[WebGL test #1: gl.getContextAttributes().premultipliedAlpha should be true. Threw exception TypeError: gl is null]
expected: FAIL
[WebGL test #2: gl.getContextAttributes().preserveDrawingBuffer should be true. Threw exception TypeError: gl is null]
expected: FAIL
[Overall test]
expected: NOTRUN