mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 423186: test_popup_scaled fails and zooms iframe for other tests, r=enndeakin
This commit is contained in:
parent
70440b8613
commit
7cad4c1b51
@ -16,7 +16,7 @@
|
||||
-->
|
||||
|
||||
<iframe id="frame" width="60" height="140"
|
||||
src="data:text/html,<html><body><input id='one'><input id='two'></body></html>"/>
|
||||
src="data:text/html,<html><body><input size='4' id='one'><input size='4' id='two'></body></html>"/>
|
||||
|
||||
<menupopup id="popup" onpopupshown="shown()" onpopuphidden="nextTest()">
|
||||
<menuitem label="One"/>
|
||||
@ -72,6 +72,7 @@ function shown()
|
||||
function nextTest()
|
||||
{
|
||||
if (screenTest) {
|
||||
setScale(window, 1);
|
||||
SimpleTest.finish();
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user