mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Dispatch error events at the window object.
This commit is contained in:
parent
92c3961743
commit
ae38c53de7
737 changed files with 815 additions and 758 deletions
|
@ -1,5 +1,6 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write inline in markup ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write inline - multiple]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[008.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external - multiple]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[009.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external - multiple with doc.write]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[010.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external + inline - multiple with doc.write]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[011.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external + inline - multiple with doc.write + subsequent markup]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[012.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write external and onload events ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[018.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: DOM added scripts and doc.write]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[026.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: doc write added script, .src set later]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[027.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: doc write added script with content, .src set later]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[028.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: javascript: URL]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[041.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: document.write scripts that write scripts]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[068.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[070.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[071.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[072.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[073.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[074.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[075.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[dispatchEvent from child frame during document.write :-o ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[077.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ adding several types of scripts through the DOM and removing some of them confuses scheduler ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[083.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: event listener defined by script in a document in history]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[084.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: event listener defined by script in a removed IFRAME]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[096.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: defer script added from document.write relative to DOMContentLoaded]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[097.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: slow-loading async script added from document.write]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[098.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[ scheduler: defer script added from document.write]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[120.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[scheduler: script created without a window ]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[149.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[for='window' event='onload()' parser inserted executes immediately]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue