layout/reftests/bugs/424465-1.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" class="reftest-wait">
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 <script type="text/javascript">
michael@0 16 //<![CDATA[
michael@0 17
michael@0 18 window.addEventListener("MozReftestInvalidate", showBug, false);
michael@0 19
michael@0 20 function imageLoaded()
michael@0 21 {
michael@0 22 document.documentElement.className = "";
michael@0 23 }
michael@0 24
michael@0 25 function showBug()
michael@0 26 {
michael@0 27 document.getElementById("hiddenColumnBugged").innerHTML =
michael@0 28 "<div>.: See the bug ? :.<br /><img onload='imageLoaded()' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' /><\/div>";
michael@0 29 }
michael@0 30
michael@0 31 //]]>
michael@0 32 </script>
michael@0 33
michael@0 34 </head>
michael@0 35
michael@0 36 <body>
michael@0 37
michael@0 38 <form method="get" action="#">
michael@0 39 <table class="standardform" cellspacing="5">
michael@0 40 <tbody>
michael@0 41 <tr>
michael@0 42 <td colspan="2" id="hiddenColumnBugged">
michael@0 43 <input onclick="showBug(); return false;" value="Trigger Bug" type="button" />
michael@0 44 </td>
michael@0 45 </tr>
michael@0 46 </tbody>
michael@0 47
michael@0 48 </table>
michael@0 49 </form>
michael@0 50 </body>
michael@0 51
michael@0 52 </html>

mercurial