blob: 0b62b02eabcdc31b61913220fa2a8686a209e568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[DEFAULT]
support-files = [
"image-allow-credentials.png",
"image-allow-credentials.png^headers^",
"image-allow-star.png",
"image-allow-star.png^headers^",
"image.png",
"video.sjs",
]
# The video used in those tests crash the Android emulator's VP9 decoder.
prefs = [
"media.android-media-codec.enabled=false",
]
["test_canvas2d_crossorigin.html"]
skip-if = [
"http3",
"http2",
]
["test_video_crossorigin.html"]
subsuite = "gpu"
["test_webgl_crossorigin_textures.html"]
subsuite = "gpu"
|