2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 https://bugzilla.mozilla.org/show_bug.cgi?id=401907
7 <title>Test for Bug
401907</title>
8 <script type=
"text/javascript" src=
"/MochiKit/packed.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 <bindings xmlns=
"http://www.mozilla.org/xbl">
12 <binding id=
"binding">
15 ok(true,
"First binding with ID 'binding' should be used!");
16 window.testRun = true;
17 if (window.needsFinish) {
23 <binding id=
"binding">
26 ok(false,
"First binding with ID 'binding' should be used!");
27 window.testRun = true;
28 if (window.needsFinish) {
37 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=401907">Mozilla Bug
401907</a>
40 <div style=
"-moz-binding: url(#binding)">Bound element
</div>
43 <script class=
"testbody" type=
"text/javascript">
46 /** Test for Bug
401907 **/
47 if (!window.testRun) {
48 window.needsFinish = true;
49 SimpleTest.waitForExplicitFinish();