mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
17 lines
412 B
HTML
17 lines
412 B
HTML
<!DOCTYPE html>
|
|
<html><head><meta charset="utf-8">
|
|
<title>CSS Text Reference File</title>
|
|
<link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal">
|
|
<style>
|
|
div {
|
|
position: relative;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
|
|
<div></div>
|
|
|
|
</body></html> |