layout/base/tests/test_bug386575.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/tests/test_bug386575.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<!--
     1.6 +https://bugzilla.mozilla.org/show_bug.cgi?id=386575
     1.7 +-->
     1.8 +<head>
     1.9 +  <title>Test for Bug 386575</title>
    1.10 +  <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
    1.11 +  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=386575">Mozilla Bug 386575</a>
    1.16 +<p id="display">
    1.17 +
    1.18 +
    1.19 +<!-- the image is http://mxr.mozilla.org/mozilla/source/layout/reftests/bugs/solidblue.png -->
    1.20 +<!-- solidblue.png is a 16x16 image -->
    1.21 +<table>
    1.22 +  <tbody>
    1.23 +    <div style="height:20px; min-height:100%">
    1.24 +      <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%" />
    1.25 +    </div>
    1.26 +  </tbody>
    1.27 +</table>
    1.28 +
    1.29 +
    1.30 +</p>
    1.31 +<div id="content" style="display: none">
    1.32 +
    1.33 +</div>
    1.34 +<pre id="test">
    1.35 +<script class="testbody" type="text/javascript">
    1.36 +<![CDATA[
    1.37 +
    1.38 +/** Test for Bug 386575 **/
    1.39 +
    1.40 +
    1.41 +SimpleTest.waitForExplicitFinish();
    1.42 +ok(true,"This is an assertion test");
    1.43 +SimpleTest.finish();
    1.44 +
    1.45 +]]>
    1.46 +</script>
    1.47 +</pre>
    1.48 +</body>
    1.49 +</html>

mercurial