зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 5fa1b85831b7 (bug 1230672) for reftest bustage CLOSED TREE
--HG-- extra : commitid : Ka7KxJ2PcTI
This commit is contained in:
Родитель
591eb6df76
Коммит
33acfbd407
|
@ -3,37 +3,8 @@
|
|||
<link rel="stylesheet" type="text/css" href="ahem.css" />
|
||||
|
||||
<style>
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:16px; padding:5px; margin:0;
|
||||
}
|
||||
mask {
|
||||
position: absolute;
|
||||
top:0; bottom:0; left:8px; width:5px;
|
||||
background: black;
|
||||
}
|
||||
|
||||
.rel {
|
||||
position: relative;
|
||||
}
|
||||
a {
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: blue;
|
||||
}
|
||||
f {
|
||||
position: fixed;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
bottom: 0;
|
||||
left: 100px;
|
||||
background: lime;
|
||||
}
|
||||
td.text {
|
||||
width: 12em;
|
||||
height: 8em;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
font-family: ahem;
|
||||
font-size: 12pt;
|
||||
|
@ -41,6 +12,7 @@ mask {
|
|||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
font-family: ahem;
|
||||
font-size: 12pt;
|
||||
line-height: 1.1;
|
||||
|
@ -49,32 +21,12 @@ mask {
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<table cellpadding=0 cellspacing=0 class="rel">
|
||||
<tr>
|
||||
<td class="text" valign="top"><a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding=0 cellspacing=0 class="rel">
|
||||
<tr>
|
||||
<td class="text" valign="top"><a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding=0 cellspacing=0 class="rel">
|
||||
<tr>
|
||||
<td class="text" valign="top"><f></f>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td class="text" valign="top"><a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed</td>
|
||||
<td class="text" valign="top">
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.</td>
|
||||
<td class="text" valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci</td>
|
||||
<td valign="top" class="text">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td class="text" valign="top"><f style="left:120px"></f>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<mask></mask>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,68 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:16px; padding:5px; margin:0;
|
||||
}
|
||||
mask {
|
||||
position: absolute;
|
||||
top:0; bottom:0; left:8px; width:5px;
|
||||
background: black;
|
||||
}
|
||||
|
||||
.rel {
|
||||
position: relative;
|
||||
}
|
||||
.columns {
|
||||
-moz-column-width: 12em;
|
||||
-moz-column-gap: 0;
|
||||
-moz-column-fill: auto;
|
||||
height: 8em;
|
||||
font-family: ahem;
|
||||
font-size: 12pt;
|
||||
line-height: 1.1;
|
||||
}
|
||||
a {
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: blue;
|
||||
}
|
||||
f {
|
||||
position: fixed;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
bottom: 0;
|
||||
left: 100px;
|
||||
background: lime;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="columns rel">
|
||||
<a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
|
||||
<div style="width: 100%">
|
||||
<div style="-moz-column-width: 200px;
|
||||
-moz-column-gap: 0px;
|
||||
-moz-column-fill: auto;
|
||||
height: 120px;
|
||||
font-family: ahem;
|
||||
font-size: 12pt;
|
||||
line-height: 1.1;">
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
|
||||
</div>
|
||||
|
||||
<div class="columns rel" style="overflow: hidden">
|
||||
<a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
|
||||
</div>
|
||||
|
||||
<div class="columns rel" style="overflow: hidden">
|
||||
<f></f>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
|
||||
</div>
|
||||
|
||||
<div class="columns" style="overflow: hidden">
|
||||
<a></a>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
|
||||
</div>
|
||||
|
||||
<div class="columns" style="overflow: hidden">
|
||||
<f style="left:120px"></f>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed
|
||||
</div>
|
||||
|
||||
<mask></mask>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
== column-balancing-004.html column-balancing-004.ref.html
|
||||
== column-box-alignment-rtl.html column-box-alignment-rtl-ref.html
|
||||
HTTP(..) == columnfill-balance.html columnfill-balance-ref.html
|
||||
HTTP(..) fuzzy-if(OSX,32,1000) == columnfill-auto.html columnfill-auto-ref.html
|
||||
HTTP(..) == columnfill-auto.html columnfill-auto-ref.html
|
||||
HTTP(..) == columnfill-auto-2.html columnfill-auto-2-ref.html
|
||||
HTTP(..) == columnfill-auto-3.html columnfill-auto-2-ref.html
|
||||
skip-if(B2G||Mulet) == columnrule-basic.html columnrule-basic-ref.html # bug 773482 # Initial mulet triage: parity with B2G/B2G Desktop
|
||||
|
|
Загрузка…
Ссылка в новой задаче