Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug3454.html
blob399defb2aadcef69b80340d67c272cd85622dc77
1 <html><head>
2 <style type="text/css">
3 TABLE { margin: 1em; width: auto; }
4 </style>
5 </head>
6 <body>
8 <table border class="two">
9 <tr>
10 <th>Header One</th>
11 <th>Header Two</th>
12 <th>Header Three</th>
13 </tr>
14 <tr>
15 <td>
16 This table uses the separated borders model.
17 </td>
18 <td>
19 This means that elements within the cell have border-spacing of 1em.
20 </td>
21 <td>
22 The borders on the header cells,
23 on all sides, should be medium solid purple.
24 </td>
25 </tr>
26 </table>
28 </body></html>