layout/reftests/bugs/424465-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <title>424465 testcase</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
michael@0 6
michael@0 7 <style type="text/css">
michael@0 8 .standardform {
michael@0 9 background-color: #00f000;
michael@0 10 border: 1px solid #000000;
michael@0 11 margin-bottom: 3px; /* Remove this line and bug disappears */
michael@0 12 }
michael@0 13 </style>
michael@0 14
michael@0 15 </head>
michael@0 16
michael@0 17 <body>
michael@0 18
michael@0 19 <form method="get" action="#">
michael@0 20 <table class="standardform" cellspacing="5">
michael@0 21 <tbody>
michael@0 22 <tr>
michael@0 23 <td colspan="2" id="hiddenColumnBugged">
michael@0 24 <div>.: See the bug ? :.<br/>
michael@0 25 <img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' />
michael@0 26 </div>
michael@0 27 </td>
michael@0 28 </tr>
michael@0 29 </tbody>
michael@0 30
michael@0 31 </table>
michael@0 32 </form>
michael@0 33 </body>
michael@0 34
michael@0 35 </html>

mercurial