mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47: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
38
layout/reftests/bugs/378937-1.html
Normal file
38
layout/reftests/bugs/378937-1.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Testcase, border-collapse invalidation/repaint bug</title>
|
||||
<link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html">
|
||||
<!--
|
||||
Reduced from
|
||||
http://en.wikipedia.org/wiki/French_presidential_election%2C_2007
|
||||
-->
|
||||
<style type="text/css">
|
||||
|
||||
html, body { height: 100%; }
|
||||
col { border: thin solid; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table style="width: 50%; height: 50%; border-collapse: collapse;">
|
||||
<col></col>
|
||||
<col></col>
|
||||
<col></col>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue