diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-to-text-fragment/force-load-at-top.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-to-text-fragment/force-load-at-top.html.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-to-text-fragment/force-load-at-top.html.ini b/testing/web-platform/meta/scroll-to-text-fragment/force-load-at-top.html.ini new file mode 100644 index 0000000000..b1e3df285a --- /dev/null +++ b/testing/web-platform/meta/scroll-to-text-fragment/force-load-at-top.html.ini @@ -0,0 +1,38 @@ +[force-load-at-top.html] + expected: + if os == "linux": TIMEOUT + if os == "mac": [OK, TIMEOUT] + [TIMEOUT, OK] + [force-load-at-top must block scroll on load from element fragment.] + expected: + if os == "android": [FAIL, TIMEOUT, PASS, NOTRUN] + [FAIL, PASS, TIMEOUT, NOTRUN] + + [no-force-load-at-top must not block scroll on load from history scroll restoration.] + expected: + if os == "win": [TIMEOUT, NOTRUN] + if os == "mac": [PASS, TIMEOUT] + NOTRUN + + [no-force-load-at-top must not block scroll on load from text fragment.] + expected: + if os == "android": [NOTRUN, FAIL, TIMEOUT] + [FAIL, TIMEOUT, NOTRUN] + + [no-force-load-at-top must not block scroll on load from text fragment with element fallback.] + expected: + if os == "mac": [FAIL, TIMEOUT, NOTRUN] + if os == "linux": [TIMEOUT, FAIL, NOTRUN] + if os == "win": [FAIL, NOTRUN, TIMEOUT] + [NOTRUN, FAIL, TIMEOUT] + + [no-force-load-at-top must not block scroll on load from element fragment.] + expected: + if os == "linux": [NOTRUN, TIMEOUT] + if os == "android": [NOTRUN, PASS, TIMEOUT] + [PASS, TIMEOUT, NOTRUN] + + [force-load-at-top must block scroll on load from history scroll restoration.] + expected: + if os == "android": [TIMEOUT, NOTRUN, FAIL] + [FAIL, TIMEOUT, NOTRUN] |