wm-propagation-body-049-ref.html (921B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reftest Reference</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 html 11 { 12 writing-mode: vertical-rl; 13 } 14 15 body 16 { 17 margin: 0px; 18 } 19 20 p 21 { 22 text-orientation: upright; 23 } 24 25 img 26 { 27 padding-top: 8px; 28 } 29 30 img#blue 31 { 32 padding-left: 16px; 33 padding-right: 8px; 34 } 35 </style> 36 37 38 <img id="blue" src="support/swatch-blue.png" width="100" height="100" alt="Image download support must be enabled"> 39 40 <div><img src="support/block-flow-direction-025-exp-res.png" width="359" height="36" alt="Image download support must be enabled"></div> 41 42 <!-- 43 The image says: 44 Test passes if there is a blue square in the 45 <strong>upper-right corner</strong> of the page. 46 --> 47 48 <p>This text must be vertical, with letters upright.