blob: e46403ae235698a27273cf20d124ce42e92d397b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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><meta charset="utf-8" />
<title>CSS Values and Units Test Reference File</title>
<link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal" />
<style>
svg { width: 10ch; }
</style>
</head><body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect y="0" width="100" fill="green" x="0" height="100"></rect></svg>
</body></html>
|