Bug 1336708: Reftest

This commit is contained in:
janekptacijarabaci 2018-04-24 20:23:20 +02:00 committed by Roy Tam
commit 58302de58a
3 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<style>
html, body { margin: 0; padding: 0; }
.content {
margin-top: 100px;
width: 200px;
height: 200px;
background: blue;
}
</style>
<body>
<div class="content"></div>
</body>