repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1806483 - Enable TSAN cppunittests by default. r=jmaher
[gecko.git]
/
dom
/
streams
/
crashtests
/
1764222.html
blob
a48a1168a12fffbfc7dbe3ac73086c8548e32b8f
1
<!DOCTYPE
html
>
2
<meta
charset
=
"utf-8"
>
3
<script>
4
// This can't be in WPT because of bug 1766711.
5
let
a
=
new
AbortController
()
6
a
.
abort
()
7
let
b
=
new
File
([
'ó ¬a'
],
'a'
, {})
8
let
c
=
new
WritableStream
()
9
b
.
stream
().
tee
()[
0
].
pipeTo
(
c
, {
'signal'
:
a
.
signal
})
10
</script>