Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / inline-form-assert.html
blob1bb241213d06bcd11e0c4fe5f1f21e5faef146fa
1 <html>
2 <head>
3 <title></title>
4 <style>
5 form { display: inline; }
6 </style>
7 </head>
8 <body>
9 <script>
10 if(window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 <p>
14 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12373">http://bugs.webkit.org/show_bug.cgi?id=12373</a>
15 ASSERTION FAILURE: !child->needsLayout() on paypal.com</i>.
16 </p>
17 <p>
18 No assert means test PASSED.
19 </p>
20 <table>
21 <form></form>
22 </table>
24 <table>
25 <tbody>
26 <form></form>
27 </tbody>
28 </table>
30 <table>
31 <thead>
32 <form></form>
33 </thead>
34 </table>
36 <table>
37 <tfoot>
38 <form></form>
39 </tfoot>
40 </table>
42 <table>
43 <tbody>
44 <tr>
45 <form></form>
46 </tr>
47 </tbody>
48 </table>
50 </body>
51 </html>