mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implement can-have-its-url-rewritten for history api (#35864)
Implement the helper function to verify whether the document can have its URL rewritten to a new URL. https://html.spec.whatwg.org/multipage/nav-history-apis.html#can-have-its-url-rewritten Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
This commit is contained in:
parent
aa76847502
commit
d0a306729d
6 changed files with 51 additions and 62 deletions
|
@ -1,3 +0,0 @@
|
|||
[iframe-loading-lazy-history-pushState.html]
|
||||
[History state change for iframe loading='lazy' before it is loaded: history.pushState]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[iframe-loading-lazy-history-replaceState.html]
|
||||
[History state change for iframe loading='lazy' before it is loaded: history.replaceState]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue