servo/tests/wpt/css-tests/css-values-3_dev/html/reference/ch-unit-001-ref.htm

19 lines
No EOL
448 B
HTML

<!DOCTYPE html>
<html><head><meta charset="utf-8">
<title>CSS Values and Units Test Reference File</title>
<link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal">
<meta content="" name="flags">
<style>
div {
background: green;
height: 10ch;
width: 10ch;
float: left;
}
</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>