Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug72359.xml
blob3be6fba2bee66a42416239a4a7f0ca3edf5d1a22
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>CSS table model: initial table spacing</title>
4   <style type="text/css">
5    float { float: left; background: red; }
6    table { display: table; }
7    row { display: table-row; }
8    cell { display: table-cell; background: green; color: white; text-align: center; }
9   </style>
10  </head>
11  <body>
12   <float xmlns="http://www.example.org/">
13    <cell>THERE</cell>
14    <row>
15     <table> 
16      <cell>SHOULD B</cell>
17      <cell>E N</cell>
18      <cell>O RED</cell>
19     </table>
20    </row>
21    <cell>ANYWHERE</cell>
22   </float>
23  </body>
24 </html>