mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187385 - Use -moz-appearance: none to ignore widget style padding in test_caretPositionFromPoint. r=karlt
This commit is contained in:
parent
49182ca97f
commit
847568bd6b
@ -25,6 +25,10 @@
|
||||
#test5 {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
textarea, input {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
function convertEmToPx(aEm) {
|
||||
|
Loading…
Reference in New Issue
Block a user