mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +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
23
layout/reftests/table-bordercollapse/bc_dyn_row2.html
Normal file
23
layout/reftests/table-bordercollapse/bc_dyn_row2.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to row border width</title>
|
||||
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
|
||||
<meta name="flags" content="dom" />
|
||||
<script>
|
||||
function doTest(){
|
||||
var t1 =document.getElementById('target');
|
||||
t1.style.borderWidth="20px";
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
td { border: 10px green solid;}
|
||||
table {margin: 30px}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="doTest()";>
|
||||
<table style="border-collapse:collapse">
|
||||
<tr><td>c11</td><td>c12</td><td>c13</td></tr>
|
||||
<tr id="target" style="border:solid green 2px"><td>c21</td><td>c22</td><td>c23</td></tr>
|
||||
<tr><td>c31</td><td>c32</td><td>c33</td></tr>
|
||||
</table>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue