outline-inline-vrl-006.html (811B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertical-rl writing-mode</title> 4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" /> 5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2016-01-14 --> 6 <meta content="ahem" name="flags" /> 7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 8 <style> 9 .container { 10 color:transparent; 11 font:50px/1 Ahem; 12 } 13 .outline { 14 color:orange; 15 outline:blue solid 2px; 16 } 17 </style> 18 <p>Test passes if the inside of 2 blue squares is orange. 19 <div class="container"> 20 <div>111<span class="outline">1</span></div> 21 <div>1</div> 22 <div>1</div> 23 <div>1</div> 24 <div>1111<span class="outline">1</span></div> 25 </div>