no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 424465-1.html
blob4527c48f48c0e30f53d4edf4e1fc8afa588aba17
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
3 <head>
4 <title>424465 testcase</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7 <style type="text/css">
8 .standardform {
9 background-color: #00f000;
10 border: 1px solid #000000;
11 margin-bottom: 3px; /* Remove this line and bug disappears */
13 </style>
15 <script type="text/javascript">
16 //<![CDATA[
18 window.addEventListener("MozReftestInvalidate", showBug);
20 function imageLoaded()
22 document.documentElement.className = "";
25 function showBug()
27 document.getElementById("hiddenColumnBugged").innerHTML =
28 "<div>.: See the bug ? :.<br /><img onload='imageLoaded()' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' /><\/div>";
31 //]]>
32 </script>
34 </head>
36 <body>
38 <form method="get" action="#">
39 <table class="standardform" cellspacing="5">
40 <tbody>
41 <tr>
42 <td colspan="2" id="hiddenColumnBugged">
43 <input onclick="showBug(); return false;" value="Trigger Bug" type="button" />
44 </td>
45 </tr>
46 </tbody>
48 </table>
49 </form>
50 </body>
52 </html>