Skip to content

Commit

Permalink
Bug 1450367 [wpt PR 10258] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 10258
wpt-type: metadata

UltraBlame original commit: 5c39066c31f9ee28bb39059cc716ebd48db88f78
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent d603a14 commit e08f863
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 0 deletions.
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 testing/web-platform/meta/dom/events/Event-constructors.html.ini
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
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 testing/web-platform/meta/dom/events/Event-initEvent.html.ini
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 testing/web-platform/meta/dom/events/Event-returnValue.html.ini
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
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

0 comments on commit e08f863

Please sign in to comment.