blob: f3fff0598c5c2dd23921ef758ef1e076d3d86421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<meta charset="utf-8">
<html class="reftest-paged">
<title>A reference of green box</title>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div></div>
</html>
|