layout/reftests/table-anonymous-boxes/white-space-12.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:5cc931490a90
1 <!DOCTYPE html>
2 <html>
3 <title>CSS 2.1 Test Suite: anonymous table boxes</title>
4 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
7 <meta name="flags" content="" />
8 <body>
9 <span>
10 a
11 <span style="display: table-cell">b</span><span style="display: table-cell">c</span>
12 d
13 </span>
14 </body>
15 </html>

mercurial