Auto merge of #8463 - simartin:issue_8413, r=Ms2ger

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

Fixes #8413.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8463)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-11 17:04:06 +05:30
commit aa105d89b4
5 changed files with 14 additions and 0 deletions

View file

@ -31,6 +31,8 @@ skip: true
skip: false skip: false
[cors] [cors]
skip: true skip: true
[webgl]
skip: false
[webstorage] [webstorage]
skip: false skip: false
[encoding] [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