mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +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
56
layout/reftests/bugs/368155-negative-margins-1.html
Normal file
56
layout/reftests/bugs/368155-negative-margins-1.html
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Minimum intrinsic widths combined with negative margins</title>
|
||||
<style type="text/css">
|
||||
|
||||
td { height: 2.5em; }
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
height: 0.5em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin-right: -1em"></span>
|
||||
</td></tr></table>
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin-left: -1em"></span>
|
||||
</td></tr></table>
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin: 0 -0.5em"></span>
|
||||
</td></tr></table>
|
||||
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin-right: -2em"></span>
|
||||
</td></tr></table>
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin-left: -2em"></span>
|
||||
</td></tr></table>
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin: 0 -1em"></span>
|
||||
</td></tr></table>
|
||||
|
||||
<table border width="1"><tr><td>
|
||||
<span style="margin-right: -2em"></span>​<span style="width: 3em"></span>
|
||||
</td></tr></table>
|
||||
|
||||
<table border width="1"><tr><td>
|
||||
<span style="width: 3em"></span>​<span style="margin-right: -2em"></span>
|
||||
</td></tr></table>
|
||||
|
||||
<table border width="1"><tr><td>
|
||||
<span style="width: 3em;"></span>​<span style="margin-left: -2em"></span>
|
||||
</td></tr></table>
|
||||
|
||||
<table border width="1"><tr><td style="text-indent: -.75em">
|
||||
<span style="margin-right: -.75em"></span>​<span></span>
|
||||
</td></tr></table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue