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" encoding="utf-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:html="http://www.w3.org/1999/xhtml"
4 xmlns:xbl="http://www.mozilla.org/xbl">
6 <xbl:bindings>
7 <xbl:binding id="rd">
8 <xbl:resources>
9 <xbl:stylesheet src="data:text/html;charset=utf-8,"/>
10 </xbl:resources>
11 <xbl:content>
12 <xbl:children/>
13 </xbl:content>
14 </xbl:binding>
16 </xbl:bindings>
18 <head>
19 <title>testcase bug ?</title>
21 <style type="text/css">
22 .hoofdstuk {
23 -moz-binding: url(#rd);
24 }
25 </style>
26 </head>
28 <body>
29 <div class="hoofdstuk">test
30 </div>
31 <div class="hoofdstuk">test
32 </div>
33 </body>
35 </html>