26 lines
509 B
TOML
26 lines
509 B
TOML
[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"
|
|
|