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,16 @@
<!DOCTYPE html>
<html>
<head>
<title>You see here a scroll labeled READ ME.</title>
<style>
#a {
padding: 0 0 0 64px;
color: blue;
}
</style>
</head>
<body>
<div><span id=a>blah blah blah</span></div>
</body>
</html>