| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 | 2 |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 | 6 |
| 7 <!-- | 7 <!-- |
| 8 Test inspired by | 8 Test inspired by |
| 9 http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.htm
l | 9 http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.htm
l |
| 10 --> | 10 --> |
| 11 | 11 |
| 12 <title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and hor
izontal margins</title> | 12 <title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and hor
izontal margins</title> |
| 13 | 13 |
| 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo
ut" title="7.1 Principles of Layout in Vertical Writing Modes" /> | 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo
ut" title="7.1 Principles of Layout in Vertical Writing Modes" /> |
| 16 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht"
/> | 16 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht"
/> |
| 17 | 17 |
| 18 <meta content="image" name="flags" /> | 18 <meta content="image" name="flags" /> |
| 19 <meta content="This test checks that horizontal margins existing between conti
guous floated tables with writing-mode set to 'vertical-rl' are not substracted
by the amount of their horizontal padding. In this test, there should be an hori
zontal gap of 50px separating both tables. Margins between 2 floated boxes do no
t collapse." name="assert" /> | 19 <meta content="This test checks that horizontal margins existing between conti
guous floated tables with writing-mode set to 'vertical-rl' are not substracted
by the amount of their horizontal padding. In this test, there should be an hori
zontal gap of 50px separating both tables. Margins between 2 floated boxes do no
t collapse." name="assert" /> |
| 20 | 20 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 <table id="right-second"> | 72 <table id="right-second"> |
| 73 | 73 |
| 74 <tr><td></td><td></td><td></td><td></td></tr> | 74 <tr><td></td><td></td><td></td><td></td></tr> |
| 75 | 75 |
| 76 </table> | 76 </table> |
| 77 | 77 |
| 78 <div id="reference-overlapped"></div> | 78 <div id="reference-overlapped"></div> |
| 79 | 79 |
| 80 </body> | 80 </body> |
| 81 </html> | 81 </html> |
| OLD | NEW |