highlight-z-index-001-ref.html (539B)
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 div 11 { 12 background-color: yellow; 13 color: green; 14 display: inline-block; 15 font-size: 48px; 16 line-height: 1.25; /* computes to 60px */ 17 position: relative; 18 top: 1.25em; 19 } 20 </style> 21 22 <p>Test passes if "Text sample" is green and if its background color is yellow. 23 24 <div>Test sample</div>