mirror of
https://github.com/servo/servo.git
synced 2025-06-12 02:14:41 +00:00
18 lines
237 B
HTML
18 lines
237 B
HTML
<head>
|
|
<!-- Tests that spread works. -->
|
|
<style>
|
|
section {
|
|
position: absolute;
|
|
width: 100px;
|
|
height: 100px;
|
|
top: 75px;
|
|
left: 75px;
|
|
border: solid black 25px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<section></section>
|
|
</body>
|
|
|
|
|