Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 2 | <!-- |
michael@0 | 3 | https://bugzilla.mozilla.org/show_bug.cgi?id=386575 |
michael@0 | 4 | --> |
michael@0 | 5 | <head> |
michael@0 | 6 | <title>Test for Bug 386575</title> |
michael@0 | 7 | <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
michael@0 | 8 | <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> |
michael@0 | 9 | </head> |
michael@0 | 10 | <body> |
michael@0 | 11 | |
michael@0 | 12 | <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=386575">Mozilla Bug 386575</a> |
michael@0 | 13 | <p id="display"> |
michael@0 | 14 | |
michael@0 | 15 | |
michael@0 | 16 | <!-- the image is http://mxr.mozilla.org/mozilla/source/layout/reftests/bugs/solidblue.png --> |
michael@0 | 17 | <!-- solidblue.png is a 16x16 image --> |
michael@0 | 18 | <table> |
michael@0 | 19 | <tbody> |
michael@0 | 20 | <div style="height:20px; min-height:100%"> |
michael@0 | 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%" /> |
michael@0 | 22 | </div> |
michael@0 | 23 | </tbody> |
michael@0 | 24 | </table> |
michael@0 | 25 | |
michael@0 | 26 | |
michael@0 | 27 | </p> |
michael@0 | 28 | <div id="content" style="display: none"> |
michael@0 | 29 | |
michael@0 | 30 | </div> |
michael@0 | 31 | <pre id="test"> |
michael@0 | 32 | <script class="testbody" type="text/javascript"> |
michael@0 | 33 | <![CDATA[ |
michael@0 | 34 | |
michael@0 | 35 | /** Test for Bug 386575 **/ |
michael@0 | 36 | |
michael@0 | 37 | |
michael@0 | 38 | SimpleTest.waitForExplicitFinish(); |
michael@0 | 39 | ok(true,"This is an assertion test"); |
michael@0 | 40 | SimpleTest.finish(); |
michael@0 | 41 | |
michael@0 | 42 | ]]> |
michael@0 | 43 | </script> |
michael@0 | 44 | </pre> |
michael@0 | 45 | </body> |
michael@0 | 46 | </html> |