diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/media-src/media-src-7_1.html.ini')
-rw-r--r-- | testing/web-platform/meta/content-security-policy/media-src/media-src-7_1.html.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/media-src/media-src-7_1.html.ini b/testing/web-platform/meta/content-security-policy/media-src/media-src-7_1.html.ini new file mode 100644 index 000000000..76448c4b1 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/media-src/media-src-7_1.html.ini @@ -0,0 +1,13 @@ +[media-src-7_1.html] + type: testharness + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1124091 + [In-policy async video src] + expected: + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + + [In-policy async video source element] + expected: + if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL + |