summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js')
-rw-r--r--testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js b/testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js
index f34723510c..df4b02447f 100644
--- a/testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js
+++ b/testing/web-platform/mozilla/tests/webgpu/webgpu/web_platform/util.js
@@ -19,7 +19,6 @@ makeTable(
[undefined], {
// All video names
'four-colors-vp8-bt601.webm': ['video/webm; codecs=vp8'],
- 'four-colors-theora-bt601.ogv': ['video/ogg; codecs=theora'],
'four-colors-h264-bt601.mp4': ['video/mp4; codecs=avc1.4d400c'],
'four-colors-vp9-bt601.webm': ['video/webm; codecs=vp9'],
'four-colors-vp9-bt709.webm': ['video/webm; codecs=vp9'],
@@ -67,13 +66,6 @@ export const kVideoExpectations = [
_yellowExpectation: kBt601Yellow
},
{
- videoName: 'four-colors-theora-bt601.ogv',
- _redExpectation: kBt601Red,
- _greenExpectation: kBt601Green,
- _blueExpectation: kBt601Blue,
- _yellowExpectation: kBt601Yellow
-},
-{
videoName: 'four-colors-h264-bt601.mp4',
_redExpectation: kBt601Red,
_greenExpectation: kBt601Green,
@@ -304,4 +296,4 @@ timeoutMessage)
});
const promise = raceWithRejectOnTimeout(promiseWithoutTimeout, 2000, timeoutMessage);
return { promise, callbackAndResolve: callbackAndResolve };
-} \ No newline at end of file
+}