1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/forms/test/bug665540_window.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?> 1.6 + 1.7 +<window title="Test Select Dropdown Positioning in Fullscreen Window" 1.8 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.9 + sizemode="fullscreen"> 1.10 + 1.11 + <script> 1.12 + opener.SimpleTest.waitForFocus(opener.childFocused, window); 1.13 + </script> 1.14 + 1.15 + <body xmlns="http://www.w3.org/1999/xhtml"> 1.16 + <select id="select" style="-moz-appearance:none"> 1.17 + <option id="optiona">a</option> 1.18 + <option>b</option> 1.19 + </select> 1.20 + </body> 1.21 +</window>