layout/style/test/test_bug645998.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <!--
     4 https://bugzilla.mozilla.org/show_bug.cgi?id=645998
     5 -->
     6 <head>
     7   <title>Test for Bug 645998</title>
     8   <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
     9   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
    10   <!-- This is the real test: will these stylesheets ever finish loading? -->
    11   <link rel="stylesheet" href="file_bug645998-1.css">
    12   <link rel="stylesheet" href="file_bug645998-2.css">
    13 </head>
    14 <body>
    15 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=645998">Mozilla Bug 645998</a>
    16 <p id="display"></p>
    17 <div id="content" style="display: none">
    19 </div>
    20 <pre id="test">
    21 <script type="application/javascript">
    23 /** Test for Bug 645998 **/
    24 ok(true, "Hey, we got here!  That's a good sign");
    26 </script>
    27 </pre>
    28 </body>
    29 </html>

mercurial