testing/mochitest/static/xhtml.template.txt

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={BUGNUMBER}
     4 -->
     5 <head>
     6   <title>Test for Bug {BUGNUMBER}</title>
     7   <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
     8   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
     9   <script type="application/javascript">
    10   <![CDATA[
    12   /** Test for Bug {BUGNUMBER} **/
    17   ]]>
    18 </script>
    19 </head>
    20 <body>
    21 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id={BUGNUMBER}">Mozilla Bug {BUGNUMBER}</a>
    22 <p id="display"></p>
    23 <div id="content" style="display: none">
    25 </div>
    26 <pre id="test">
    27 </pre>
    28 </body>
    29 </html>

mercurial