servo/tests/ref/blur_ref.html
2015-04-15 16:15:21 -07:00

17 lines
177 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
width: 200px;
height: 200px;
background: green;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>