mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
13 lines
252 B
HTML
13 lines
252 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<style>
|
|
div {
|
|
border: 2px solid black;
|
|
height: 30px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>Test passes if there is a zero "0" in the box below.</p>
|
|
<div>0</div>
|
|
</body>
|