360339-1.xhtml (681B)
1 <?xml version="1.0" ?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css" ?> 3 4 <window xmlns:html="http://www.w3.org/1999/xhtml" 5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 6 7 <html:style> 8 * { float: right; } 9 *:not(style) { 10 /* At the time this testcase was added, the above `float` styling would 11 have automatically forced "display:block" for these elements, so we 12 should preserve that styling to preserve the integrity of the crashtest 13 since blockification behavior for -moz-box is changing. */ 14 display: block; 15 } 16 </html:style> 17 18 <menulist> 19 <menupopup id="ping"> 20 </menupopup> 21 </menulist> 22 23 </window>