345139-1.xhtml (1188B)
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> 2 <head style="display: none ! important;"> 3 4 <style> 5 #a { direction: rtl; } 6 #a { position: absolute; } 7 #a { right: 5px; } 8 #a { left: -10em; } 9 #b { direction: ltr; } 10 #b { width: 10%; } 11 #b { display: -moz-inline-block; } 12 #c { display: -moz-inline-block; } 13 #e { display: -moz-inline-block; } 14 #d { display: -moz-inline-block; } 15 #d { padding: 5px 10px; } 16 #d dl, #d dt, #d dd { display: inline; } 17 #d dt { margin-left: 5px; } 18 #d dd { margin-left: 2px; } 19 #d dd:before { content: "="; } 20 </style> 21 22 <style id="newstyle"></style> 23 <script> 24 function change() 25 { 26 document.getElementById("newstyle").appendChild(document.createTextNode("#b { white-space: pre; }")); 27 document.documentElement.removeAttribute("class"); 28 } 29 </script> 30 31 </head> 32 33 <body onload="setTimeout(change, 1);"> 34 35 <div id="a"><div id="b"> 36 37 <div id="c"></div> 38 39 <div id="d"> 40 <dl> 41 <dt>0</dt><dd><span id="e">Accessibility Statement</span></dd> 42 <dt>1</dt><dd>Main Page</dd> 43 <dt>2</dt><dd>Skip to Content</dd> 44 <dt>3</dt><dd>List of Posts</dd> 45 <dt>4</dt><dd>Search</dd> 46 <dt>p</dt><dd>Previous (individual/monthly archive page)</dd> 47 </dl> 48 </div> 49 50 </div></div> 51 52 </body> 53 </html>