diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 86cf8a862e2..e2e81119810 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -99166,7 +99166,7 @@ "testharness" ], "webgl/tools/import-conformance-tests.py": [ - "970c36cecac1e391866040b77a0cea91154e6084", + "55e183f9a5b2269ec75345786039cdb7f1106c0b", "support" ], "webgl/tools/js-test-pre.patch": [ diff --git a/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py b/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py index 970c36cecac..55e183f9a5b 100755 --- a/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py +++ b/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py @@ -19,7 +19,7 @@ PATCHES_1X = [ # Patches for conformance tests 2.0.x PATCHES_2X = [ ("js-test-pre2.patch", "js/js-test-pre.js"), - ("unit.patch", "conformance/more/unit.js") + ("unit.patch", "conformance/more/unit.js"), ("unit2.patch", "conformance/more/unit.js") ]