repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
webaudio
/
audiosummingjunction-crash.html
blob
d00cdde00e60684df0a5ec68b44a79caa86091ba
1
<body>
2
<script
src
=
"../resources/js-test.js"
>
3
<script>
4
description
(
"This test passes if it doesn't crash."
);
5
var
ac
=
new
AudioContext
();
6
var
node
=
ac
.
createChannelMerger
(
4
);
7
node
.
connect
(
ac
.
createMediaStreamDestination
(),
0
);
8
gc
();
9
</script>
10
</body>