mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
18 lines
No EOL
689 B
HTML
18 lines
No EOL
689 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
|
|
<title>CSS Reftest Reference</title>
|
|
<link href="mailto:dschulze@adobe.com" rel="author" title="Dirk Schulze" />
|
|
<style>
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width: 50%; height: 100%; margin-left: 50%; background-color: green; position: absolute;"></div>
|
|
<p style="position: absolute;">The test passes if the left half of the site is white and the right half of the site is green.</p>
|
|
|
|
</body></html> |