mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Implement history.length
Add full frame tree iter to reduce code duplication Add FrameId field to the Frame struct.
This commit is contained in:
parent
e2d4ff5b62
commit
611de2ac06
8 changed files with 95 additions and 64 deletions
|
@ -1,8 +1,5 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[history.length should update when loading pages in an iframe]
|
||||
expected: FAIL
|
||||
|
||||
[history.length should update when setting location.hash]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[history.length should update when loading pages in an iframe]
|
||||
expected: FAIL
|
||||
|
||||
[history.length should update when setting location.hash]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[location_assign_about_blank.html]
|
||||
type: testharness
|
||||
[location.assign with initial about:blank browsing context]
|
||||
expected: FAIL
|
||||
|
|
@ -5598,9 +5598,6 @@
|
|||
[BarProp interface: attribute visible]
|
||||
expected: FAIL
|
||||
|
||||
[History interface: attribute length]
|
||||
expected: FAIL
|
||||
|
||||
[History interface: attribute state]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5610,9 +5607,6 @@
|
|||
[History interface: operation replaceState(any,DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[History interface: window.history must inherit property "length" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[History interface: window.history must inherit property "state" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue