| 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 <title>CSS Writing Modes Test: margin in 'vertical-lr' writing-mode context</t
itle> | 7 <title>CSS Writing Modes Test: margin in 'vertical-lr' writing-mode context</t
itle> |
| 8 | 8 |
| 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 10 <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" /> | 10 <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" /> |
| 11 <!-- | 11 <!-- |
| 12 Test inspired by | 12 Test inspired by |
| 13 http://lxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/109
6224-1b.html | 13 http://lxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/109
6224-1b.html |
| 14 --> | 14 --> |
| 15 <link rel="match" href="margin-vrl-002-ref.xht" /> | 15 <link rel="match" href="margin-vrl-002-ref.xht" /> |
| 16 | 16 |
| 17 <meta content="image" name="flags" /> | 17 <meta content="image" name="flags" /> |
| 18 <meta content="This test checks that margin-left, margin-right, margin-top and
margin-bottom do not change in vertical writing-mode. The margin-left property
of a box still affects the lefthand margin of such box." name="assert" /> | 18 <meta content="This test checks that margin-left, margin-right, margin-top and
margin-bottom do not change in vertical writing-mode. The margin-left property
of a box still affects the lefthand margin of such box." name="assert" /> |
| 19 | 19 |
| 20 <style type="text/css"><![CDATA[ | 20 <style type="text/css"><![CDATA[ |
| 21 .outer | 21 .outer |
| 22 { | 22 { |
| 23 background-color: blue; | 23 background-color: blue; |
| 24 border: blue solid 3px; | 24 border: blue solid 3px; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 <div class="outer"> | 72 <div class="outer"> |
| 73 <div class="inner foo"></div> | 73 <div class="inner foo"></div> |
| 74 <hr /> | 74 <hr /> |
| 75 <div class="inner bar"></div> | 75 <div class="inner bar"></div> |
| 76 </div> | 76 </div> |
| 77 | 77 |
| 78 <div id="reference"><img src="support/blue-yellow-206w-165h.png" width="206" h
eight="165" alt="Image download support must be enabled" /></div> | 78 <div id="reference"><img src="support/blue-yellow-206w-165h.png" width="206" h
eight="165" alt="Image download support must be enabled" /></div> |
| 79 | 79 |
| 80 </body> | 80 </body> |
| 81 </html> | 81 </html> |
| OLD | NEW |