blob: beaa72aaa3c3e9a6fdbf95ef3f50c7c515a77b44 [file] [log] [blame]
<!doctype html>
<html lang="en">
<!-- Submitted from TestTWF Paris -->
<head>
<title>CSS Filter Reference file</title>
<link rel="author" title="Pierre Van der Eecken" href="mailto:pierre.vandereecken@gmail.com">
<style type="text/css">
.testzone{
position: relative;
}
.box{
background-color: #121212;
height: 30px;
width: 30px;
}
</style>
</head>
<body>
<p>The test passes if the little box looks grey.</p>
<div class="testzone">
<div class="box"></div>
</div>
</body>
</html>