Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / table-cell-expected.html
blob850cbf9305748a23f1ee96558a2bacc83e5e2635
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Table-cell as multicol</title>
5 </head>
6 <body>
7 <p>You should see the word 'PASS' below.</p>
8 <div style="font-family:monospace;">
9 <div style="float:left; overflow:hidden; width:1em;">P</div>
10 <div style="float:left; overflow:hidden; width:1em;">A</div>
11 <div style="float:left; overflow:hidden; width:1em;">S</div>
12 <div style="float:left; overflow:hidden; width:1em;">S</div>
13 </div>
14 </body>
15 </html>