Files
servo/tests/wpt/meta-legacy-layout/html/browsers/history/the-location-interface/same-hash.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

38 lines
1.1 KiB
INI

[same-hash.html]
expected: ERROR
[Using location.hash = "#te<st" must not reset scroll position]
expected: FAIL
[Using location.hash = "te<st" must not reset scroll position]
expected: NOTRUN
[Using location.hash = "#te%3Cst" must not reset scroll position]
expected: NOTRUN
[Using location.hash = "te%3Cst" must not reset scroll position]
expected: NOTRUN
[Using location.hash = "#te%3cst" must reset scroll position]
expected: NOTRUN
[Using location.hash = "te%3cst" must reset scroll position]
expected: NOTRUN
[Using location.href = "about:srcdoc#te<st" must reset scroll position]
expected: NOTRUN
[Using location.assign("about:srcdoc#te<st") must reset scroll position]
expected: NOTRUN
[Using location.href = "about:srcdoc#te%3cst" must reset scroll position]
expected: NOTRUN
[Using location.assign("about:srcdoc#te%3cst") must reset scroll position]
expected: NOTRUN
[Using location.href = "about:srcdoc#te%3Cst" must reset scroll position]
expected: NOTRUN
[Using location.assign("about:srcdoc#te%3Cst") must reset scroll position]
expected: NOTRUN