diff options
Diffstat (limited to 'testing/web-platform/meta/preload')
3 files changed, 35 insertions, 5 deletions
diff --git a/testing/web-platform/meta/preload/preload-with-type.html.ini b/testing/web-platform/meta/preload/preload-with-type.html.ini index 4356fc247b..6144247adc 100644 --- a/testing/web-platform/meta/preload/preload-with-type.html.ini +++ b/testing/web-platform/meta/preload/preload-with-type.html.ini @@ -1,4 +1,5 @@ [preload-with-type.html] + expected: + if (os == "android") and not debug: [OK, ERROR] [Makes sure that preloaded resources with a type attribute trigger the onload event] expected: FAIL - diff --git a/testing/web-platform/meta/preload/single-download-preload.html.ini b/testing/web-platform/meta/preload/single-download-preload.html.ini index 6b6cf7bdd2..0a02b3fc47 100644 --- a/testing/web-platform/meta/preload/single-download-preload.html.ini +++ b/testing/web-platform/meta/preload/single-download-preload.html.ini @@ -2,8 +2,6 @@ disabled: if verify: fails in verify mode expected: - if (os == "android") and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, ERROR] [Makes sure that preloaded resources are not downloaded again when used] - expected: - if (os == "android") and fission: [FAIL, NOTRUN] - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/preload/supported-as-values.html.ini b/testing/web-platform/meta/preload/supported-as-values.html.ini new file mode 100644 index 0000000000..5668065bc8 --- /dev/null +++ b/testing/web-platform/meta/preload/supported-as-values.html.ini @@ -0,0 +1,31 @@ +[supported-as-values.html?as=track&expected=1] + [Test the supported value for <link rel=preload as="...">] + expected: FAIL + + +[supported-as-values.html?as=font&expected=1] + +[supported-as-values.html?as=video&expected=0] + +[supported-as-values.html?as=iframe&expected=0] + +[supported-as-values.html?as=object&expected=0] + +[supported-as-values.html?as=garbagefoobar&expected=0] + +[supported-as-values.html?as=fetch&expected=1] + +[supported-as-values.html?as=style&expected=1] + +[supported-as-values.html?as=json&expected=1] + [Test the supported value for <link rel=preload as="...">] + expected: FAIL + + +[supported-as-values.html?as=worklet&expected=0] + +[supported-as-values.html?as=audio&expected=0] + +[supported-as-values.html?as=script&expected=1] + +[supported-as-values.html?as=image&expected=1] |