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
/
svg
/
text
/
font-size-too-large-crash.svg
blob
cd4c3160517c1f4918a34464977c1e9ba01a702a
1
<?xml
version
=
"1.0"
?>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"100"
height
=
"100"
version
=
"1.1"
>
3
<script>
4
if (window.testRunner)
5
testRunner.dumpAsText();
6
</script>
7
<text
style
=
"font-size:10000000000pt;"
>
Test passes if this doesn't crash.
</text>
8
</svg>