4 https://bugzilla.mozilla.org/show_bug.cgi?id=366770
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" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=366770">Mozilla Bug
366770</a>
15 <div id=
"content" style=
"display: none"></div>
17 <!-- data: URI below corresponds to:
19 <bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl">
20 <binding id="xbltest">
21 <content>PASS</content>
24 document.bindingConstructorRan = true;
25 ok(true, "binding URI with no fragment applied");
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>
35 <script class=
"testbody" type=
"text/javascript">
36 /** Test for Bug
366770 **/
37 SimpleTest.waitForExplicitFinish();