Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / rendering-model / 003.xhtml
blob7aa1d8fb4601a05870b1888b5a971c88ebcb7774
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Default height and width</title>
4 <style type="text/css">
5 div { height: 10em; width: 10em; background: navy; border: none; }
6 iframe { height: 10em; width: 10em; background: red; border: none; }
7 </style>
8 </head>
9 <body>
10 <p>There should be two identical blue squares below, and no scrollbars.</p>
11 <div/>
12 <p><iframe src="003a.xml"/></p>
13 </body>
14 </html>