Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / 014.html
blob5baac418ada59c39a44f32e5dae05dfe3a964bc0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <title>white-space pre: simple tests</title>
5 <script src="../../../resources/ahem.js"></script>
6 <style type="text/css">
7 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
8 div { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; }
9 </style>
10 </head>
11 <body>
12 <div class="control">Ahem_font_required_for_this_test.</div>
13 <table><tr><td>
14 <div>
15 xxxx xxxx xxxx xxxx
16 x x x x x x
17 xxxx xxxx xxxx xxxx
18 x x x x x
19 x x x xxxx xxxx
20 </div>
21 </td></tr></table>
22 </body>
23 </html>