diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 6e061ea725e0..7621aa54e2a0 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -31,6 +31,8 @@ skip: true skip: false [cors] skip: true +[webgl] + skip: false [webstorage] skip: false [encoding] diff --git a/tests/wpt/metadata/webgl/bufferSubData.html.ini b/tests/wpt/metadata/webgl/bufferSubData.html.ini new file mode 100644 index 000000000000..07bf6509c34e --- /dev/null +++ b/tests/wpt/metadata/webgl/bufferSubData.html.ini @@ -0,0 +1,3 @@ +[bufferSubData.html] + type: testharness + disabled: https://github.com/servo/servo/issues/8462 diff --git a/tests/wpt/metadata/webgl/compressedTexImage2D.html.ini b/tests/wpt/metadata/webgl/compressedTexImage2D.html.ini new file mode 100644 index 000000000000..9e89b8cdb0fd --- /dev/null +++ b/tests/wpt/metadata/webgl/compressedTexImage2D.html.ini @@ -0,0 +1,3 @@ +[compressedTexImage2D.html] + type: testharness + disabled: https://github.com/servo/servo/issues/8462 diff --git a/tests/wpt/metadata/webgl/compressedTexSubImage2D.html.ini b/tests/wpt/metadata/webgl/compressedTexSubImage2D.html.ini new file mode 100644 index 000000000000..cbeef41eb4ff --- /dev/null +++ b/tests/wpt/metadata/webgl/compressedTexSubImage2D.html.ini @@ -0,0 +1,3 @@ +[compressedTexSubImage2D.html] + type: testharness + disabled: https://github.com/servo/servo/issues/8462 diff --git a/tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini b/tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini new file mode 100644 index 000000000000..9412f239f950 --- /dev/null +++ b/tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini @@ -0,0 +1,3 @@ +[uniformMatrixNfv.html] + type: testharness + disabled: https://github.com/servo/servo/issues/8462