Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c

This commit is contained in:
Ms2ger
2016-04-07 09:58:26 +02:00
parent 1a6245828a
commit 7deaeea707
540 changed files with 24009 additions and 6637 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html><head><title>CSS Reftest Reference</title>
<link href="mailto:Ms2ger@gmail.com" rel="author" title="Ms2ger">
<style type="text/css">
#test {
background: blue;
height: 100px;
width: 100px;
}
</style>
</head><body><p>Test passes if there is a square (four equal sides) below.</p>
<div id="test"></div>
</body></html>