mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121499 - Make the textarea in the test case for bug 664087 three rows tall so that we don't get a scrollbar on OSX 10.10; r=roc
This commit is contained in:
parent
a66bcae8e3
commit
c6e91735d0
@ -4,7 +4,7 @@
|
||||
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
|
||||
</head>
|
||||
<body onload="start()">
|
||||
<textarea onfocus="done()" spellcheck="false" style="-moz-appearance: none">אב
|
||||
<textarea rows="3" onfocus="done()" spellcheck="false" style="-moz-appearance: none">אב
|
||||
ג</textarea>
|
||||
<script>
|
||||
var textarea = document.querySelector("textarea");
|
||||
|
@ -4,7 +4,7 @@
|
||||
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
|
||||
</head>
|
||||
<body onload="start()">
|
||||
<textarea onfocus="typeIntoMe()" spellcheck="false" style="-moz-appearance: none"></textarea>
|
||||
<textarea rows="3" onfocus="typeIntoMe()" spellcheck="false" style="-moz-appearance: none"></textarea>
|
||||
<script>
|
||||
function start() {
|
||||
document.querySelector("textarea").focus();
|
||||
|
Loading…
Reference in New Issue
Block a user