mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Implement Document.readyState. Prevent iframes from notifying the compositor after the initial parse. Fixes #1720. Fixes #3738.
This commit is contained in:
parent
470d27a668
commit
539c21f380
10 changed files with 113 additions and 41 deletions
|
@ -1,3 +1,4 @@
|
|||
[document-readyState.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[readystatechange event is fired each time document.readyState changes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
[Document interface: attribute cookie]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute readyState]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute dir]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -72,9 +69,6 @@
|
|||
[Document interface: attribute commands]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onreadystatechange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute fgColor]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1110,9 +1104,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "cookie" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "readyState" with the proper type (37)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type (40)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1206,9 +1197,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "commands" with the proper type (68)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreadystatechange" with the proper type (69)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type (70)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue