From 34d1195af305bd2c1015a84fab9d71ee8cd0155c Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 30 Jul 2018 19:41:13 +0200 Subject: [PATCH] Reenable origin-clean-conformance.html --- .../textures/origin-clean-conformance.html.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/textures/origin-clean-conformance.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/textures/origin-clean-conformance.html.ini index 11c196c35b6..0390f6f22cd 100644 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/textures/origin-clean-conformance.html.ini +++ b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/textures/origin-clean-conformance.html.ini @@ -1,3 +1,14 @@ [origin-clean-conformance.html] type: testharness - disabled: https://github.com/servo/servo/issues/13341 + [WebGL test #2: texImage2D with cross-origin image should throw exception.] + expected: FAIL + + [WebGL test #3: texSubImage2D with cross-origin image should throw exception.] + expected: FAIL + + [WebGL test #7: texImage2D with NON origin clean canvas should throw exception.] + expected: FAIL + + [WebGL test #8: texSubImage2D with NON origin clean canvas should throw exception.] + expected: FAIL +