blob: ff99f43feec9f2929d381e4682058c36115a293b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reftest reference</title>
<style>
div
{
background-color: black;
border-radius: 50%;
height: 300px;
width: 300px;
}
</style>
<div></div>
|