blob: c80a85bd86c05eca84038800a616cb456c29126d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
window.enablePixelTesting = true;
</script>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/picker-common.js"></script>
</head>
<body style="zoom:0.9;">
<p>The bottom border of the popup should be visible in 90% zoom level.</p>
<select id="menu">
<option>foo</option>
<option selected>bar</option>
<option hidden>qux</option>
<option style="zoom:1.5;">baz</option>
<optgroup label="Group">
<option>foo</option>
<option>bar</option>
</optgroup>
</select>
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>
<script>
openPicker(menu, finishJSTest, function () {
testFailed('picker didn\'t open')
finishJSTest();
});
</script>
</body>
</html>