mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
22 lines
633 B
HTML
22 lines
633 B
HTML
<!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>
|