blob: 319e455d217521a81e4a0b1dba459493c8570860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<style>
.reftest {
width: 200px;
height: 200px;
background-color: rgb(0,0,0);
}
</style>
<div class="reftest"></div>
</html>
|