mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Set navigation start value according to navigation timing spec
This commit is contained in:
parent
66b9544d60
commit
db044bdbef
3 changed files with 28 additions and 10 deletions
|
@ -3659,6 +3659,8 @@ impl DocumentMethods for Document {
|
|||
// Step 10.
|
||||
// TODO: prompt to unload.
|
||||
|
||||
window_from_node(self).set_navigation_start();
|
||||
|
||||
// Step 11.
|
||||
// TODO: unload.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue