Skip to content

Commit

Permalink
Bug 1603802 [wpt PR 20771] - Add/update tests for cross-realm Error s…
Browse files Browse the repository at this point in the history
…erialization, a=testonly

Automatic update from web-platform-tests
Add/update tests for cross-realm Error serialization

Follows whatwg/html#5150.
--

wpt-commits: 9882946dd9fcf7251387c2bfc778331b7ae85846
wpt-pr: 20771

UltraBlame original commit: 7c9c630320f2c445b07311327a2bd62e52a3278f
  • Loading branch information
marco-c committed Jan 11, 2020
1 parent 7c4862e commit f12ae7d
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<
!
DOCTYPE
html
>
<
meta
charset
=
"
utf
-
8
"
>
<
title
>
Helper
that
posts
its
parent
a
TypeError
<
/
title
>
<
script
>
window
.
doIt
=
(
)
=
>
{
parent
.
postMessage
(
new
TypeError
(
"
!
!
"
)
"
*
"
)
;
}
;
<
/
script
>
Loading

0 comments on commit f12ae7d

Please sign in to comment.