Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / 008.html
blob4406e8cad0f8ff72b4d47dec3c6e77ea2244c012
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <title>white-space normal: zero width non-breaking space</title>
5 <script src="../../../resources/ahem.js"></script>
6 <style type="text/css">
7 /* setup */
8 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
9 * { white-space: normall; font: inherit; }
10 div { display: block; margin: 1em; }
11 span { display: inline; }
13 /* test */
14 div { font: 20px/1 Ahem; width: 4em; background: red; color: green; }
15 </style>
16 </head>
17 <body>
18 <div class="control">Ahem_font_required_for_this_test.</div>
19 <p>There should be a green block below, no red.</p>
21 <div>
22 xxxx
23 xxxx
24 </div>
26 </body>
27 </html>