diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/html/browsers/browsing-the-web | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/html/browsers/browsing-the-web')
17 files changed, 90 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini new file mode 100644 index 000000000..70d9d1d7b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini @@ -0,0 +1,5 @@ +[browsing_context_name_cross_origin_2.html] + type: testharness + [Restoring window.name on cross-origin history traversal] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini new file mode 100644 index 000000000..67ccf7d67 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini @@ -0,0 +1,5 @@ +[browsing_context_name_cross_origin_3.html] + type: testharness + [Restoring window.name on cross-origin history traversal] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini new file mode 100644 index 000000000..ae72b8550 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini @@ -0,0 +1,6 @@ +[scroll-restoration-fragment-scrolling-cross-origin.html] + type: testharness + expected: ERROR + [Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini new file mode 100644 index 000000000..bbe5b73b9 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini @@ -0,0 +1,5 @@ +[popstate_event.html] + type: testharness + [Queue a task to fire popstate event] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html.ini new file mode 100644 index 000000000..fef85273b --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/unset_context_name-1.html.ini @@ -0,0 +1,5 @@ +[unset_context_name-1.html] + type: testharness + [window.name after navigating to a different origin] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini new file mode 100644 index 000000000..d4fab8e5e --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini @@ -0,0 +1,5 @@ +[003.html] + type: testharness + [Navigation from unload whilst traversing history] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini new file mode 100644 index 000000000..c128f7529 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini @@ -0,0 +1,5 @@ +[012.html] + type: testharness + [Link with onclick navigation to javascript url with delayed document.write and href navigation ] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini new file mode 100644 index 000000000..b8ec0f966 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini @@ -0,0 +1,5 @@ +[navigate-child-src-about-blank.html] + type: testharness + [Set the src attribute to about:blank and check referrer] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini new file mode 100644 index 000000000..23e4a811c --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini @@ -0,0 +1,5 @@ +[003.html] + type: testharness + [Fragment Navigation: Updating scroll position] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini new file mode 100644 index 000000000..e400bffbc --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini @@ -0,0 +1,5 @@ +[001.html] + type: testharness + [document.open in unload] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini new file mode 100644 index 000000000..614df76f7 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini @@ -0,0 +1,5 @@ +[002.html] + type: testharness + [document.open in unload] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini new file mode 100644 index 000000000..be6bfc0f1 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini @@ -0,0 +1,5 @@ +[003.html] + type: testharness + [document.open in beforeunload with link] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini new file mode 100644 index 000000000..3461893be --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini @@ -0,0 +1,5 @@ +[004.html] + type: testharness + [document.open in beforeunload with button] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload.html.ini new file mode 100644 index 000000000..8b2da7649 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload.html.ini @@ -0,0 +1,8 @@ +[navigation-within-beforeunload.html] + type: testharness + [Triggering navigation from withing beforeunload event] + expected: FAIL + + [Triggering navigation from within beforeunload event] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/prompt/001.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/prompt/001.html.ini new file mode 100644 index 000000000..25e7f39e4 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/prompt/001.html.ini @@ -0,0 +1,5 @@ +[001.html] + type: testharness + [beforeunload event order] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini new file mode 100644 index 000000000..9bcbd4524 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini @@ -0,0 +1,5 @@ +[003.html] + type: testharness + [unload event properties] + expected: FAIL + diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini new file mode 100644 index 000000000..2a9acfba6 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini @@ -0,0 +1,6 @@ +[006.html] + type: testharness + expected: TIMEOUT + [salvagable state of document after setting pagehide listener] + expected: TIMEOUT + |