Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / rendering-model / 004.xhtml
blobd79f63c6312a839c3a7605a7e518bb0027a15b41
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Zooming</title>
4 <style type="text/css">
5 p { color: navy; }
6 div { margin: 1em 0; height: 100px; width: 100px; background: navy; }
7 </style>
8 </head>
9 <body>
10 <p>Zoom in and out. The following two squares should always be the same size.</p>
11 <div></div>
12 <svg height="100px" width="100px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
13 <rect x="0" y="0" width="100" height="100" fill="navy"/>
14 </svg>
15 </body>
16 </html>