mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<style>
|
||||
div.flexbox {
|
||||
height: 200px;
|
||||
width: 22px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
background: lightgreen;
|
||||
line-height: 0;
|
||||
}
|
||||
fieldset {
|
||||
width: 20px;
|
||||
height: 10px;
|
||||
border: 1px dotted green;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="flexbox">
|
||||
<fieldset/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<div style="font: 8px monospace; height: 188px">
|
||||
a b
|
||||
</div>
|
||||
<fieldset/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<fieldset style="height: 122.5px"
|
||||
/><fieldset style="height: 73.5px"/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<fieldset style="height: 93px"
|
||||
/><fieldset style="height: 103px"/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<fieldset style="height: 114px"
|
||||
/><fieldset style="height: 82px"/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<fieldset style="height: 106px"
|
||||
/><fieldset style="height: 90px"/>
|
||||
</div>
|
||||
|
||||
<div class="flexbox">
|
||||
<fieldset style="height: 46px"
|
||||
/><fieldset style="height: 150px"/>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue