michael@0:
michael@0:
michael@0:
michael@0:
michael@0: Test for Bug 401907
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0: var win = XPCNativeWrapper.unwrap(window);
michael@0: win.ok(true, "First binding with ID 'binding' should be used!");
michael@0: win.testRun = true;
michael@0: if (win.needsFinish) {
michael@0: win.SimpleTest.finish();
michael@0: }
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0: var win = XPCNativeWrapper.unwrap(window);
michael@0: win.ok(false, "First binding with ID 'binding' should be used!");
michael@0: win.testRun = true;
michael@0: if (win.needsFinish) {
michael@0: win.SimpleTest.finish();
michael@0: }
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0: Mozilla Bug 401907
michael@0:
michael@0:
michael@0:
Bound element
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0:
michael@0: