| <!DOCTYPE html> | |
| <meta charset="UTF-8"> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> | |
| <link rel="stylesheet" href="../support/highlights.css"> | |
| <style> | |
| div | |
| { | |
| background-color: green; | |
| color: aqua; | |
| display: inline; | |
| font-size: 300%; | |
| } | |
| </style> | |
| <p>Test passes if the background color of each glyph of "Selected Text" is green and <strong>not red</strong> while each glyph of "Selected Text" is aqua and <strong>not fuchsia</strong>. | |
| <div class="highlight_reftest">Selected Text</div> |