mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
test: Add many reftests for parts of Acid2.
This commit is contained in:
parent
4c53a21aa3
commit
42170c7585
24 changed files with 446 additions and 3 deletions
31
src/test/ref/negative_margin_uncle_a.html
Normal file
31
src/test/ref/negative_margin_uncle_a.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled KERNOD WEL.</title>
|
||||
<style>
|
||||
body {
|
||||
font-size: 40px;
|
||||
}
|
||||
#d {
|
||||
float: right;
|
||||
background: green;
|
||||
color: white;
|
||||
}
|
||||
#b {
|
||||
margin: 0 0 -100px 0;
|
||||
}
|
||||
#c {
|
||||
margin: 100px 0 0 0;
|
||||
clear: both;
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=d>Beetlejuice</div>
|
||||
<div id=a><div id=b>Beetlejuice</div></div>
|
||||
<div id=c>Beetlejuice</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue