mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
6 lines
183 B
HTML
6 lines
183 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test Reference</title>
|
|
<svg width="100" height="100" viewBox="0 0 100 100">
|
|
<rect width="100%" height="100%" fill="lime" />
|
|
</svg>
|