summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini')
-rw-r--r--testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini b/testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini
new file mode 100644
index 0000000000..b18dbd4a5d
--- /dev/null
+++ b/testing/web-platform/meta/html/browsers/history/the-history-interface/004.html.ini
@@ -0,0 +1,24 @@
+[004.html]
+ [history position should be calculated when executing, not when calling the .go command]
+ expected:
+ if (os == "linux") and not swgl and not fission and not asan: PASS
+ if (os == "win") and not debug: PASS
+ if os == "mac": PASS
+ if os == "android": PASS
+ [PASS, FAIL]
+
+ [browser needs to support hashchange events for this testcase]
+ expected:
+ if (os == "linux") and not swgl and not fission and not asan: PASS
+ if (os == "win") and not debug: PASS
+ if os == "mac": PASS
+ if os == "android": PASS
+ [PASS, FAIL]
+
+ [queued .go commands should all be executed when the queue is processed]
+ expected:
+ if (os == "linux") and not swgl and not fission and not asan: PASS
+ if (os == "win") and not debug: PASS
+ if os == "mac": PASS
+ if os == "android": PASS
+ [PASS, FAIL]