Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / repaint / svg-length-ch-unit-font-size-change-expected.html
blobb872e137c9c44949e08ad57b78e79fff540ddb8a
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <div style="font-size:10px">
5 <svg style="width:200px; height:200px;">
6 <rect width="200px" height="200px" style="fill:rgb(0,0,255);" />
7 </svg>
8 </div>
9 </body>
10 </html>