|
1 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 <head> |
|
3 <style type="text/css"> |
|
4 |
|
5 [class='anon'], #v { float: left; } |
|
6 [class='anon']:first-line { word-spacing: 30ch; } |
|
7 body { width: 30ch; } |
|
8 |
|
9 </style> |
|
10 |
|
11 <bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content><div class="anon"><span>A BCDE</span><children xmlns="http://www.mozilla.org/xbl"/></div></content></binding></bindings> |
|
12 |
|
13 <script type="text/javascript"> |
|
14 |
|
15 function boom() |
|
16 { |
|
17 document.body.insertBefore(document.createTextNode("fijkl"), document.body.firstChild); |
|
18 } |
|
19 |
|
20 </script> |
|
21 </head> |
|
22 |
|
23 <body onload="boom();" style="-moz-binding: url(#foo)"><div id="v">‬</div></body> |
|
24 |
|
25 </html> |