mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
7 lines
173 B
HTML
7 lines
173 B
HTML
<!doctype html>
|
|
<title>CSS test reference</title>
|
|
<style>
|
|
body { margin: 0 }
|
|
</style>
|
|
<div style="width: 200px; height: 10px; background-color: blue; margin: 10px"></div>
|