Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / xbl / test / bug310107-resource.xhtml
blob7aa766e76ed0bd9131b5177eb0d3b5bb5caac8d8
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style>
4 #bar {
5 -moz-binding: url("#binding");
7 </style>
8 <bindings xmlns="http://www.mozilla.org/xbl">
9 <binding id="binding">
10 <implementation>
11 <property name="prop" readonly="true" onget="return 2;"/>
12 </implementation>
13 </binding>
14 </bindings>
15 </head>
16 <!-- Use a timeout so that we get bfcached -->
17 <body onload="setTimeout(window.opener.runTest, 100)">
18 <div id="bar"></div>
19 </body>
20 </html>