mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
24 lines
438 B
HTML
24 lines
438 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
|
|
{
|
|
color: white;
|
|
font-size: 300%;
|
|
}
|
|
|
|
span
|
|
{
|
|
color: green;
|
|
}
|
|
</style>
|
|
|
|
<div class="highlight_reftest">FAIL <span>PASS</span></div>
|