diff options
Diffstat (limited to 'testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini new file mode 100644 index 0000000000..2c2c3e8028 --- /dev/null +++ b/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini @@ -0,0 +1,16 @@ +[history.sub.html] + expected: + if (os == "mac") and debug: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [History navigation: "about:blank" document is navigated back from history same-origin.] + expected: + if (os == "android") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and debug: [FAIL, TIMEOUT] + FAIL + + [History navigation: "about:blank" document is navigated back from history cross-origin.] + expected: + if (os == "mac") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and debug: [FAIL, TIMEOUT] + FAIL |