mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +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
111
layout/reftests/table-background/border-collapse-table-cell.html
Normal file
111
layout/reftests/table-background/border-collapse-table-cell.html
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>CSS 2.1 Test Suite: table backgrounds</title>
|
||||
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
|
||||
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-layers"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<style type="text/css">
|
||||
|
||||
html, body { margin: 0; padding: 0; border: 0; font-size: 16px; }
|
||||
body { padding: 15px; }
|
||||
|
||||
table {
|
||||
margin: 0 3px 2px 4px; /* zero top to work around collapsing bug */
|
||||
border: transparent solid;
|
||||
border-width: 4px 2px 8px 6px; /* collapsed */
|
||||
padding: 3px 7px 8px 6px; /* ignored */
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td {
|
||||
border: transparent solid;
|
||||
border-width: 2px 0 4px 2px; /* collapsed */
|
||||
padding: 1px 2px 4px 3px;
|
||||
empty-cells: show;
|
||||
}
|
||||
|
||||
div { height: 10px; width: 50px; }
|
||||
|
||||
table.color td.t { background-color: aqua; }
|
||||
|
||||
table.imagetl td.t, table.imagebr td.t {
|
||||
background-image: url(repeatable-diagonal-gradient-with-ticks.png);
|
||||
}
|
||||
|
||||
table.imagetl td.t { background-position: top left; /* default */ }
|
||||
table.imagebr td.t { background-position: bottom right; /* default */ }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="color">
|
||||
<colgroup><col></colgroup>
|
||||
<colgroup class="t">
|
||||
<col>
|
||||
<col class="t">
|
||||
<col>
|
||||
</colgroup>
|
||||
<colgroup><col></colgroup>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody class="t">
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr class="t"><td><div></div></td><td><div></div></td><td class="t"><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="imagetl">
|
||||
<colgroup><col></colgroup>
|
||||
<colgroup class="t">
|
||||
<col>
|
||||
<col class="t">
|
||||
<col>
|
||||
</colgroup>
|
||||
<colgroup><col></colgroup>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody class="t">
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr class="t"><td><div></div></td><td><div></div></td><td class="t"><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="imagebr">
|
||||
<colgroup><col></colgroup>
|
||||
<colgroup class="t">
|
||||
<col>
|
||||
<col class="t">
|
||||
<col>
|
||||
</colgroup>
|
||||
<colgroup><col></colgroup>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody class="t">
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr class="t"><td><div></div></td><td><div></div></td><td class="t"><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<tr><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td><td><div></div></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue