diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini new file mode 100644 index 0000000000..88926bf370 --- /dev/null +++ b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini @@ -0,0 +1,25 @@ +[non-html-documents.html] + expected: TIMEOUT + [Text directive blocked in non-html.json] + expected: + if os == "win": TIMEOUT + if os == "android": [PASS, TIMEOUT, NOTRUN] + [TIMEOUT, NOTRUN] + + [Text directive blocked in non-html.txt] + expected: + if os == "android": [PASS, TIMEOUT] + NOTRUN + + [Text directive blocked in non-html.xml] + expected: + if os == "android": [TIMEOUT, NOTRUN] + NOTRUN + + [Text directive blocked in non-html.js] + expected: + if os == "linux": [PASS, TIMEOUT, NOTRUN] + + [Text directive blocked in non-html.css] + expected: + if os == "linux": [PASS, TIMEOUT] |