mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
10 lines
151 B
HTML
10 lines
151 B
HTML
<!doctype html>
|
|
<title>CSS test reference</title>
|
|
<style>
|
|
div {
|
|
background: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div></div>
|