mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
21 lines
521 B
HTML
21 lines
521 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/">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
background-color: green;
|
|
color: fuchsia;
|
|
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 fuchsia.
|
|
|
|
<div>Selected Text</div>
|