Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug83786.html
blob5efba89a8d816368683cd864cdef6754447a0ef0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
3 <head>
4 <title>CSS Tables: Margins</title>
5 <style type="text/css">
6 * {
7 margin: 0;
8 padding: 0;
9 border: 0;
10 border-spacing: 0;
12 table {
13 margin-left: 1em;
14 margin-right: 19em;
16 div {
17 border: green solid;
18 width: 20em;
19 height: 10em;
20 font: 1em/1em monospace;
21 overflow: hidden;
23 span {
24 background: red;
25 color: yellow;
26 font-size: 0.9em;
28 </style>
29 </head>
30 <body>
31 <div> <table> <tr> <td>
32 This____
33 text____
34 should__
35 be______
36 wrapped,
37 one_____
38 word____
39 to______
40 a_______
41 line.___
42 <span>_FAIL!__</span>
43 </td> </tr> </table> </div>
44 </body>
45 </html>