mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
19 lines
459 B
HTML
19 lines
459 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
|
|
{
|
|
color: green;
|
|
font-size: 300%;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if each glyph of "Selected Text" is green and <strong>not red</strong> while background color of each glyph of "Selected Text" is white.
|
|
|
|
<div>Selected Text</div>
|