layout/base/tests/test_bug386575.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
     8   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     9 </head>
    10 <body>
    12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=386575">Mozilla Bug 386575</a>
    13 <p id="display">
    16 <!-- the image is http://mxr.mozilla.org/mozilla/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>
    27 </p>
    28 <div id="content" style="display: none">
    30 </div>
    31 <pre id="test">
    32 <script class="testbody" type="text/javascript">
    33 <![CDATA[
    35 /** Test for Bug 386575 **/
    38 SimpleTest.waitForExplicitFinish();
    39 ok(true,"This is an assertion test");
    40 SimpleTest.finish();
    42 ]]>
    43 </script>
    44 </pre>
    45 </body>
    46 </html>

mercurial