Bug 470165 - Cleanup the GTK nsFilePicker code; r+sr=roc
[wine-gecko.git] / content / xbl / test / test_bug366770.html
bloba14dfe6caf5f92dca9c45ec32d6fd505f60a4976
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=366770
5 -->
6 <head>
7 <title>Test for Bug 366770</title>
8 <script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
9 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.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=366770">Mozilla Bug 366770</a>
14 <p id="display"></p>
15 <div id="content" style="display: none"></div>
17 <!-- data: URI below corresponds to:
18 <?xml version="1.0"?>
19 <bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl">
20 <binding id="xbltest">
21 <content>PASS</content>
22 <implementation>
23 <constructor>
24 document.bindingConstructorRan = true;
25 ok(true, "binding URI with no fragment applied");
26 SimpleTest.finish();
27 </constructor>
28 </implementation>
29 </binding>
30 </bindings>
31 -->
32 <span id="span" style="-moz-binding: url(data:text/xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Cbindings%20id%3D%22xbltestBindings%22%20xmlns%3D%22http%3A//www.mozilla.org/xbl%22%3E%0A%20%20%3Cbinding%20id%3D%22xbltest%22%3E%0A%20%20%20%20%3Ccontent%3EPASS%3C/content%3E%0A%20%20%20%20%3Cimplementation%3E%0A%20%20%20%20%20%20%3Cconstructor%3E%0A%20%20%20%20%20%20%20%20document.bindingConstructorRan%20%3D%20true%3B%0A%20%20%20%20%20%20%20%20ok%28true%2C%20%22binding%20URI%20with%20no%20fragment%20applied%22%29%3B%0A%20%20%20%20%20%20%20%20SimpleTest.finish%28%29%3B%0A%20%20%20%20%20%20%3C/constructor%3E%0A%20%20%20%20%3C/implementation%3E%0A%20%20%3C/binding%3E%0A%3C/bindings%3E);"></span>
34 <pre id="test">
35 <script class="testbody" type="text/javascript">
36 /** Test for Bug 366770 **/
37 SimpleTest.waitForExplicitFinish();
38 </script>
39 </pre>
40 </body>
41 </html>