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
/
small-fonts-in-html5.html
blob
f1d961b28d3bf3b2a381631c1378532c17af9373
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<h1>
Small fonts in HTML5/inline SVG
</h1>
5
<svg
width
=
"500"
height
=
"500"
style
=
"border: 1px solid red"
>
6
<g
transform
=
"scale(400 400)"
>
7
<text
x
=
"0.5"
y
=
"0.5"
font-size
=
"0.050"
text-anchor
=
"middle"
>
Test passed.
<text>
8
</g>
9
</svg>
10
</body>
11
</html>