mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -1,15 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Block with over-contrained margins+borders+padding+width = containing block width</title>
|
||||
<style>
|
||||
body { width: 300px; margin: 0; }
|
||||
p { background: green; width: 200px; height: 100px; margin: 0; position: absolute }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p style="top: 20px; left: 70px"></p>
|
||||
<p style="top: 140px; left: 30px"></p>
|
||||
<p style="top: 260px; left: 120px"></p>
|
||||
<p style="top: 380px; left: -20px"></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue