mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
19 lines
449 B
HTML
19 lines
449 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
|
|
<style type="text/css">
|
|
div {
|
|
margin-top: 5px;
|
|
background: black;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if the three boxes below are the same size.</p>
|
|
<div></div><div></div><div></div>
|
|
</body>
|
|
</html> |