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

@ -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