Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Bug 205735</title>
7 <xbl:bindings xmlns:xbl="http://www.mozilla.org/xbl" xmlns="http://www.mozilla.org/xbl">
8 <binding id="rd">
9 <xbl:content xmlns="http://www.w3.org/1999/xhtml" xmlns:xbl="http://www.mozilla.org/xbl"><div><div>binding content<xbl:children/></div></div></xbl:content>
10 <implementation>
11 <constructor>
12 <![CDATA[
13 var x=document.getAnonymousNodes(this)[0];
14 x.removeChild(x.childNodes[0]);
15 ]]>
16 </constructor>
17 </implementation>
18 </binding>
19 </xbl:bindings>
20 <style type="text/css">
21 .chapter{-moz-binding:url(#rd);}
22 </style>
23 </head>
24 <body>
25 <div class="chapter">test</div>
26 </body>
27 </html>