summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/521685-1-ref.html
blob: 791dc08578eb6e93578c47f2d562d8605c0fc825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: green;
}
</style>
</head>
<body>
<div id="d">text</div>
</body>
</html>