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
/
fast
/
files
/
file-reader-abort-gc.html
blob
bebdaec60731181ceca432923af3936bce3fc859
1
<!DOCTYPE
html
>
2
<script
src
=
"../../resources/js-test.js"
></script>
3
<script>
4
var
reader
=
new
FileReader
();
5
gc
();
6
reader
.
readAsText
(
new
Blob
());
7
reader
.
abort
();
8
</script>
9
<p>
TEST PASS if it didn't crash.
</p>