mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Use spec-aligned process for resolving history handling during navigation (#34747)
Makes use of the is_initial_about_blank property on Document in order to determine whether the navigation should create a history entry, or replace the current history entry. Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
398bafa25d
commit
08a3e61bb4
13 changed files with 86 additions and 49 deletions
|
@ -1,9 +1,3 @@
|
|||
[iframe-src-204.html]
|
||||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with form submission]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,17 +2,5 @@
|
|||
[Navigating to a different document with src]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with location.href]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with location.assign]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with form submission]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[window-open-aboutblank.html]
|
||||
[location.href]
|
||||
expected: FAIL
|
||||
|
||||
[location.assign]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[window-open-nourl.html]
|
||||
[location.href]
|
||||
expected: FAIL
|
||||
|
||||
[location.assign]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue