summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini
diff options
context:
space:
mode:
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.ini21
1 files changed, 21 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..a984668b1d
--- /dev/null
+++ b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents.html.ini
@@ -0,0 +1,21 @@
+[non-html-documents.html]
+ expected:
+ if os == "android": [TIMEOUT, OK]
+ TIMEOUT
+ [Text directive allowed in text/plain]
+ expected:
+ if os == "android": [FAIL, TIMEOUT]
+ NOTRUN
+
+ [Text directive blocked in application/xml]
+ expected:
+ if os == "android": [TIMEOUT, NOTRUN]
+ NOTRUN
+
+ [Text directive allowed in text/html]
+ expected: FAIL
+
+ [Text directive blocked in application/json]
+ expected:
+ if os == "android": PASS
+ TIMEOUT