mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
18 lines
311 B
HTML
18 lines
311 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reference Test</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
font-size: 3em;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if there is the digit 5.
|
|
|
|
<div>5</div>
|