test_bug386575.xhtml (1475B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <!-- 3 https://bugzilla.mozilla.org/show_bug.cgi?id=386575 4 --> 5 <head> 6 <title>Test for Bug 386575</title> 7 <script src="/tests/SimpleTest/SimpleTest.js"></script> 8 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> 9 </head> 10 <body> 11 12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=386575">Mozilla Bug 386575</a> 13 <p id="display"> 14 15 16 <!-- the image is http://searchfox.org/mozilla-central/source/layout/reftests/bugs/solidblue.png --> 17 <!-- solidblue.png is a 16x16 image --> 18 <table> 19 <tbody> 20 <div style="height:20px; min-height:100%"> 21 <img src="data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%06%00%00%00%1F%F3%FFa%00%00%00%01sRGB%00%AE%CE%1C%E9%00%00%00%04gAMA%00%00%B1%8F%0B%FCa%05%00%00%00%20cHRM%00%00z%26%00%00%80%84%00%00%FA%00%00%00%80%E8%00%00u0%00%00%EA%60%00%00%3A%98%00%00%17p%9C%BAQ%3C%00%00%00%18tEXtSoftware%00Paint.NET%20v3.01%1C%AE%24E%00%00%00'IDAT8Ocd%10%AE%FF%CF%40%11%00%19%40%09%A6H3%D8%F5%94%D8%3Ej%00%24%F6F%03q4%0C%80%E9%00%00%D6%11y%92%15%8F%DC%CE%00%00%00%00IEND%AEB%60%82" style="height: 80%" /> 22 </div> 23 </tbody> 24 </table> 25 26 27 </p> 28 <div id="content" style="display: none"> 29 30 </div> 31 <pre id="test"> 32 <script class="testbody" type="text/javascript"> 33 <![CDATA[ 34 35 /** Test for Bug 386575 */ 36 37 38 SimpleTest.waitForExplicitFinish(); 39 ok(true,"This is an assertion test"); 40 SimpleTest.finish(); 41 42 ]]> 43 </script> 44 </pre> 45 </body> 46 </html>