test: Add many reftests for parts of Acid2.

This commit is contained in:
Patrick Walton 2014-03-28 13:36:29 -07:00
parent 4c53a21aa3
commit 42170c7585
24 changed files with 446 additions and 3 deletions

View 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>