|
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"> |
|
5 |
|
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> |
|
15 |
|
16 </xbl:bindings> |
|
17 |
|
18 <head> |
|
19 <title>testcase bug ?</title> |
|
20 |
|
21 <style type="text/css"> |
|
22 .hoofdstuk { |
|
23 -moz-binding: url(#rd); |
|
24 } |
|
25 </style> |
|
26 </head> |
|
27 |
|
28 <body> |
|
29 <div class="hoofdstuk">test |
|
30 </div> |
|
31 <div class="hoofdstuk">test |
|
32 </div> |
|
33 </body> |
|
34 |
|
35 </html> |