Initial Steps OffScreenCanvas API

This commit is contained in:
Maharsh 2018-12-06 21:42:40 -05:00 committed by Josh Matthews
parent 7400219adf
commit 0f17273276
1437 changed files with 6115 additions and 34 deletions

View file

@ -0,0 +1 @@
prefs: ["dom.offscreen_canvas.enabled:true"]

View file

@ -1,6 +1,7 @@
[oes-texture-float-with-canvas.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #285: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
expected: FAIL

View file

@ -1,6 +1,7 @@
[oes-texture-half-float-with-canvas.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #285: shouldBe 127,0,0,127\nat (0, 0) expected: 127,0,0,127 was 255,0,0,255]
expected: FAIL

View file

@ -0,0 +1,5 @@
[shader-with-non-reserved-words.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[context-attribute-preserve-drawing-buffer.html]
expected: ERROR
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

View file

@ -0,0 +1,2 @@
[context-creation-worker.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[context-creation.html]
[WebGL test #0: WebGL context creation failed]
expected: FAIL

View file

@ -0,0 +1,2 @@
[context-lost-restored-worker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[context-lost-restored.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[context-lost-worker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[context-lost.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[methods-worker.html]
[WebGL test #0: Some tests failed]
expected: FAIL

View file

@ -0,0 +1,4 @@
[methods.html]
[WebGL test #0: Some WebGL methods not found]
expected: FAIL

View file

@ -0,0 +1,2 @@
[offscreencanvas-resize.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[offscreencanvas-transfer-image-bitmap.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
expected: ERROR

View file

@ -1,6 +1,7 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #33: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #245: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #399: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #273: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #399: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #241: font missing]
expected: FAIL

View file

@ -1,6 +1,7 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
bug: https://github.com/servo/servo/issues/11681
prefs: [dom.canvas-text.enabled:true]
expected: ERROR
[WebGL test #241: font missing]
expected: FAIL

View file

@ -0,0 +1,5 @@
[origin-clean-conformance-offscreencanvas.html]
expected: ERROR
[WebGL test #2: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

View file

@ -1,2 +1,2 @@
prefs: ["dom.webgl2.enabled:true"]
prefs: ["dom.webgl2.enabled:true","dom.offscreen_canvas.enabled:true"]

View file

@ -0,0 +1 @@
prefs: ["dom.offscreen_canvas.enabled:true"]

View file

@ -0,0 +1,2 @@
[context-creation-worker.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[context-creation.html]
[WebGL test #0: WebGL2 context creation failed]
expected: FAIL

View file

@ -0,0 +1,4 @@
[methods-2-worker.html]
[WebGL test #0: Some tests failed]
expected: FAIL

View file

@ -0,0 +1,4 @@
[methods-2.html]
[WebGL test #0: Some WebGL2 methods not found]
expected: FAIL

View file

@ -0,0 +1,2 @@
[offscreencanvas-transfer-image-bitmap.html]
expected: ERROR