summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/dir-pseudo-update-document-element-ref.html
blob: 9317f1ebc64abaec4945e1babbe12278ffc5a708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<style>

div {
    width: 100px;
    height: 100px;
    float: left;
    background-color: green;
}

</style>
</head>
<body>
<div></div>
</body>
</html>