mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Make Event's isTrusted attribute unforgeable
This commit is contained in:
parent
e493a0655e
commit
f244a7075c
13 changed files with 63 additions and 8 deletions
|
@ -1,17 +1,9 @@
|
|||
[interfaces.html]
|
||||
type: testharness
|
||||
[Event interface: document.createEvent("Event") must have own property "isTrusted"]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new Event("foo") must have own property "isTrusted"]
|
||||
expected: FAIL
|
||||
|
||||
[CustomEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: new CustomEvent("foo") must have own property "isTrusted"]
|
||||
expected: FAIL
|
||||
|
||||
[MutationObserver interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue