mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
18
tests/ref/position_relative_b.html
Normal file
18
tests/ref/position_relative_b.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
today, weather is very cold.....
|
||||
</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:500px;height:200px;margin-left:100px;margin-top:100px" >
|
||||
<img src="test.jpeg" style="width:100px;height:100px;"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue