Skip to content

Commit

Permalink
Bug 1922676 [wpt PR 48455] - Remove obsolete checks for testdriver-in…
Browse files Browse the repository at this point in the history
…ternal messages, a=testonly

Automatic update from web-platform-tests
Remove obsolete checks for testdriver-internal messages (#48455)

No longer necessary after fixing #48326.
--

wpt-commits: 6d6c302d341c92e0b69750209b24981eeb76f4df
wpt-pr: 48455

UltraBlame original commit: c2b4738904911b43a3114f6efb33b9a29c027eec
  • Loading branch information
marco-c committed Oct 15, 2024
1 parent 08bafb4 commit 662b892
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 140 deletions.
63 changes: 13 additions & 50 deletions testing/web-platform/tests/event-timing/crossiframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,17 +537,13 @@
"
)
;
validateEntries
(
pointerDowns
)
;
observedPointerDown
=
true
;
resolve
(
pointerDowns
)
;
}
Expand All @@ -568,20 +564,14 @@
}
)
;
await
clickAndBlockMain
(
'
button
'
)
.
then
(
(
)
=
>
{
;
clickDone
=
performance
Expand All @@ -590,7 +580,15 @@
(
)
;
}
const
pointerDowns
=
await
observerPromise
;
validateEntries
(
pointerDowns
)
;
const
Expand All @@ -616,32 +614,6 @@
=
>
{
/
/
testdriver
-
complete
is
a
webdriver
internal
event
if
(
event
.
data
.
type
!
=
"
testdriver
-
complete
"
)
{
t
.
step
Expand All @@ -666,7 +638,6 @@
)
;
}
}
false
)
;
Expand Down Expand Up @@ -733,16 +704,8 @@
(
)
;
return
Promise
.
all
(
[
observerPromise
await
childFrameEntriesPromise
]
)
;
}
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,51 +145,6 @@ messageEvent
{
/
/
Ignore
internal
testdriver
.
js
messages
(
web
-
platform
-
tests
/
wpt
#
48326
)
if
(
(
messageEvent
.
data
.
type
|
|
'
'
)
.
startsWith
(
'
testdriver
-
'
)
)
{
return
;
}
/
/
The
failure
message
Expand Down
45 changes: 0 additions & 45 deletions testing/web-platform/tests/serial/resources/open-in-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,51 +79,6 @@
=
>
{
/
/
Ignore
internal
testdriver
.
js
messages
(
web
-
platform
-
tests
/
wpt
#
48326
)
if
(
(
messageEvent
.
data
.
type
|
|
'
'
)
.
startsWith
(
'
testdriver
-
'
)
)
{
return
;
}
switch
(
messageEvent
Expand Down

0 comments on commit 662b892

Please sign in to comment.