mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Bug 1336708: Reftest
This commit is contained in:
parent
54d4d7e14a
commit
58302de58a
3 changed files with 65 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue