Skip to content

Commit

Permalink
Bug 1556663 [wpt PR 17159] - Add optional test for cloning of error s…
Browse files Browse the repository at this point in the history
…tacks, a=testonly

Automatic update from web-platform-tests
Add optional test for cloning of error stacks

Supplements web-platform-tests/wpt#17095.
Follows whatwg/html#4665 and whatwg/webidl#732.
--

wpt-commits: 1da6bed5d8c4c38200383b86928b7be68bfb87da
wpt-pr: 17159

UltraBlame original commit: d0647ab7df5d71c33b5c35b8b4ce69940975639e
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 301fa0e commit a02ee55
Show file tree
Hide file tree
Showing 8 changed files with 528 additions and 25 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,23 @@
src
=
"
/
common
/
utils
.
js
"
>
<
/
script
>
<
script
src
=
"
resources
/
test
Expand Down Expand Up @@ -161,6 +178,13 @@
>
{
const
testId
=
token
(
)
;
const
sab
=
new
Expand Down Expand Up @@ -196,7 +220,7 @@
!
=
=
1
testId
)
{
return
Expand Down Expand Up @@ -225,10 +249,8 @@
postMessage
(
{
sab
testId
:
1
sab
}
"
*
Expand Down Expand Up @@ -267,6 +289,13 @@
>
{
const
testId
=
token
(
)
;
const
sab
=
new
Expand All @@ -281,6 +310,9 @@
Worker
(
"
.
.
/
resources
/
echo
Expand Down Expand Up @@ -318,7 +350,7 @@
!
=
=
2
testId
)
{
return
Expand Down Expand Up @@ -348,8 +380,6 @@
(
{
testId
:
2
sab
}
)
Expand Down Expand Up @@ -379,6 +409,13 @@
>
{
const
testId
=
token
(
)
;
const
sab
=
new
Expand Down Expand Up @@ -413,7 +450,7 @@
!
=
=
3
testId
)
{
return
Expand Down Expand Up @@ -470,8 +507,6 @@
(
{
testId
:
3
sab
}
"
Expand All @@ -487,6 +522,9 @@
src
=
"
.
.
/
resources
/
echo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@
Worker
(
"
.
.
/
resources
/
echo
Expand Down
Loading

0 comments on commit a02ee55

Please sign in to comment.