gecko-dev/gfx/tests/reftest/1463802.html
Kartikaya Gupta 3e553f15e8 Bug 1463802 - Add reftest. r=Gankro
MozReview-Commit-ID: BjwWLChVCZj

--HG--
extra : rebase_source : 145a464fe5d1aae4ea61b655892ed795092c9f36
2018-06-21 18:24:41 -04:00

23 lines
544 B
HTML

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Clock</title>
<style type="text/css">
* {
box-sizing: border-box !important;
}
.inner {
width: 100%;
height: 100%;
background: white;
border-radius: 100%;
box-shadow: 0px 0px 18px black inset;
}
</style>
</head>
<body>
<div style="width: 588px; height: 588px; padding: 26.01px;">
<div class="inner"></div>
</div>
</body></html>