Issue #8413: Enable webgl tests in web-platform-test.

This commit is contained in:
Simon Martin 2015-11-11 09:01:21 +01:00
parent 8e80e38c78
commit e5329307b2
5 changed files with 14 additions and 0 deletions

View file

@ -31,6 +31,8 @@ skip: true
skip: false
[cors]
skip: true
[webgl]
skip: false
[webstorage]
skip: false
[encoding]

View file

@ -0,0 +1,3 @@
[bufferSubData.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462

View file

@ -0,0 +1,3 @@
[compressedTexImage2D.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462

View file

@ -0,0 +1,3 @@
[compressedTexSubImage2D.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462

View file

@ -0,0 +1,3 @@
[uniformMatrixNfv.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462