Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t100304-c43-rpl-bbx-01-d-g.html
blobaec8a6c23c2dbff64a3165a164ea2a8be13617ac
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Replaced Elements</title>
5 <style type="text/css">
6 p { color: navy; }
7 img { display: block; margin-right: 0; margin-left: auto; width: 50%; }
8 </style>
9 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q7" title="10.3.4 Block-level, replaced elements in normal flow">
10 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height" title="10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements">
11 </head>
12 <body>
13 <p>
14 Below this paragraph there should be a big teal square half the
15 width of the window, aligned flush with the right hand side
16 (⇨).
17 </p>
18 <p><img alt="FAIL: Images required for this test." src="support/square-teal.png"></p>
19 </body>
20 </html>