-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1450367 [wpt PR 10258] - Update wpt metadata, a=testonly
wpt-pr: 10258 wpt-type: metadata UltraBlame original commit: 5c39066c31f9ee28bb39059cc716ebd48db88f78
- Loading branch information
Showing
6 changed files
with
278 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
testing/web-platform/meta/dom/events/AddEventListenerOptions-passive.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
AddEventListenerOptions | ||
- | ||
passive | ||
. | ||
html | ||
] | ||
[ | ||
returnValue | ||
should | ||
be | ||
ignored | ||
if | ||
- | ||
and | ||
- | ||
only | ||
- | ||
if | ||
the | ||
passive | ||
option | ||
is | ||
true | ||
] | ||
expected | ||
: | ||
FAIL |
23 changes: 23 additions & 0 deletions
23
testing/web-platform/meta/dom/events/Event-constructors.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
Event | ||
- | ||
constructors | ||
. | ||
html | ||
] | ||
[ | ||
Event | ||
constructors | ||
2 | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
Event | ||
constructors | ||
3 | ||
] | ||
expected | ||
: | ||
FAIL |
20 changes: 20 additions & 0 deletions
20
testing/web-platform/meta/dom/events/Event-defaultPrevented-after-dispatch.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
Event | ||
- | ||
defaultPrevented | ||
- | ||
after | ||
- | ||
dispatch | ||
. | ||
html | ||
] | ||
[ | ||
Default | ||
prevention | ||
via | ||
returnValue | ||
] | ||
expected | ||
: | ||
FAIL |
59 changes: 59 additions & 0 deletions
59
testing/web-platform/meta/dom/events/Event-initEvent.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
[ | ||
Event | ||
- | ||
initEvent | ||
. | ||
html | ||
] | ||
[ | ||
Properties | ||
of | ||
initEvent | ||
( | ||
type | ||
true | ||
true | ||
) | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
Properties | ||
of | ||
initEvent | ||
( | ||
type | ||
true | ||
false | ||
) | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
Properties | ||
of | ||
initEvent | ||
( | ||
type | ||
false | ||
true | ||
) | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
Properties | ||
of | ||
initEvent | ||
( | ||
type | ||
false | ||
false | ||
) | ||
] | ||
expected | ||
: | ||
FAIL |
103 changes: 103 additions & 0 deletions
103
testing/web-platform/meta/dom/events/Event-returnValue.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
[ | ||
Event | ||
- | ||
returnValue | ||
. | ||
html | ||
] | ||
[ | ||
When | ||
an | ||
event | ||
is | ||
created | ||
returnValue | ||
should | ||
be | ||
initialized | ||
to | ||
true | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
preventDefault | ||
( | ||
) | ||
should | ||
not | ||
change | ||
returnValue | ||
if | ||
cancelable | ||
is | ||
false | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
returnValue | ||
= | ||
false | ||
should | ||
have | ||
no | ||
effect | ||
if | ||
cancelable | ||
is | ||
false | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
preventDefault | ||
( | ||
) | ||
should | ||
change | ||
returnValue | ||
if | ||
cancelable | ||
is | ||
true | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
initEvent | ||
should | ||
unset | ||
returnValue | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
returnValue | ||
= | ||
true | ||
should | ||
have | ||
no | ||
effect | ||
once | ||
the | ||
canceled | ||
flag | ||
was | ||
set | ||
. | ||
] | ||
expected | ||
: | ||
FAIL |
45 changes: 45 additions & 0 deletions
45
testing/web-platform/meta/dom/events/EventTarget-dispatchEvent-returnvalue.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[ | ||
EventTarget | ||
- | ||
dispatchEvent | ||
- | ||
returnvalue | ||
. | ||
html | ||
] | ||
[ | ||
Return | ||
value | ||
of | ||
EventTarget | ||
. | ||
dispatchEvent | ||
( | ||
) | ||
affected | ||
by | ||
preventDefault | ||
( | ||
) | ||
. | ||
] | ||
expected | ||
: | ||
FAIL | ||
[ | ||
Return | ||
value | ||
of | ||
EventTarget | ||
. | ||
dispatchEvent | ||
( | ||
) | ||
affected | ||
by | ||
returnValue | ||
. | ||
] | ||
expected | ||
: | ||
FAIL |