|
1 <html class="reftest-wait"> |
|
2 <head> |
|
3 <style> |
|
4 #el0 { |
|
5 -moz-column-count: 3; |
|
6 column-count: 3; |
|
7 max-width: 13ex; |
|
8 display: inline-block; |
|
9 } |
|
10 #el0:first-line { font-family: x; } |
|
11 #el0:first-letter { float: right; } |
|
12 </style> |
|
13 <script> |
|
14 onload = function() { |
|
15 el0=document.createElement('object') |
|
16 el0.setAttribute('id','el0') |
|
17 document.body.appendChild(el0) |
|
18 el0.appendChild(document.createTextNode(unescape('%ua000%uf400'))) |
|
19 el0.appendChild(document.createTextNode(unescape('%u3000')+'AA')) |
|
20 el0.appendChild(document.createTextNode('')) |
|
21 document.documentElement.removeAttribute("class"); |
|
22 } |
|
23 </script> |
|
24 </head> |
|
25 <body> |
|
26 </body> |
|
27 </html> |
|
28 |