mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support document.createElement("beforeunloadevent")
This commit is contained in:
parent
7b4050ea10
commit
03d79185ff
3 changed files with 3 additions and 21 deletions
|
@ -3,9 +3,6 @@
|
|||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (AnimationEvent).]
|
||||
expected: FAIL
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent).]
|
||||
expected: FAIL
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -19,24 +19,6 @@
|
|||
[createEvent('ANIMATIONEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[BeforeUnloadEvent should be an alias for BeforeUnloadEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('BeforeUnloadEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[beforeunloadevent should be an alias for BeforeUnloadEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('beforeunloadevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('BEFOREUNLOADEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[CompositionEvent should be an alias for CompositionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue