mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Initial Steps OffScreenCanvas API
This commit is contained in:
parent
7400219adf
commit
0f17273276
1437 changed files with 6115 additions and 34 deletions
1
tests/wpt/webgl/meta/conformance/__dir__.ini
Normal file
1
tests/wpt/webgl/meta/conformance/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
|||
prefs: ["dom.offscreen_canvas.enabled:true"]
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[shader-with-non-reserved-words.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[context-creation-worker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,4 @@
|
|||
[context-creation.html]
|
||||
[WebGL test #0: WebGL context creation failed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[context-lost-restored-worker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[context-lost-restored.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[context-lost-worker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[context-lost.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,4 @@
|
|||
[methods-worker.html]
|
||||
[WebGL test #0: Some tests failed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[methods.html]
|
||||
[WebGL test #0: Some WebGL methods not found]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[offscreencanvas-resize.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[offscreencanvas-transfer-image-bitmap.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[tex-2d-alpha-alpha-unsigned_byte.html]
|
||||
expected: ERROR
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[origin-clean-conformance-offscreencanvas.html]
|
||||
expected: ERROR
|
||||
[WebGL test #2: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue