View difference between Paste ID: vxmsepVh and 2ikiY7v8
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE HTML>
2
<html>
3
<!--
4
https://bugzilla.mozilla.org/show_bug.cgi?id=633602
5
-->
6
<head>
7
    <title>Test for Bug 633602</title>
8
    <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
9
    <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
10
    <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
11
</head>
12
<body>
13
    <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=633602">Mozilla Bug 633602</a>
14-
    <script type="application/javascript">
14+
<div id="content">
15-
15+
</div>
16-
        /** Test for Bug 633602 **/
16+
    <pre id="test">
17-
        SimpleTest.waitForExplicitFinish()
17+
        <script type="application/javascript">
18-
        SimpleTest.waitForFocus(function() {
18+
    
19-
            /*
19+
            /** Test for Bug 633602 **/
20-
            * Insert your testing script.
20+
            SimpleTest.waitForExplicitFinish()
21-
            */
21+
            SimpleTest.waitForFocus(function() {
22-
            SimpleTest.finish();
22+
                /*
23-
        });
23+
                 * Insert your testing script.
24-
    </script>
24+
                 */
25
                SimpleTest.finish();
26-
</html>
26+
            });
27
        </script>
28
    </pre>
29
</body>
30
</html>
31
32