diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini | 26 |
1 files changed, 26 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..18b21c165d --- /dev/null +++ b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini @@ -0,0 +1,26 @@ +[non-html-documents.html] + expected: TIMEOUT + [Text directive blocked in non-html.json] + expected: + if os == "win": TIMEOUT + if os == "linux": [NOTRUN, TIMEOUT] + if os == "mac": [TIMEOUT, NOTRUN] + [PASS, 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": [TIMEOUT, PASS, NOTRUN] + + [Text directive blocked in non-html.css] + expected: + if os == "linux": [PASS, TIMEOUT] |