зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1187385 - Use -moz-appearance: none to ignore widget style padding in test_caretPositionFromPoint. r=karlt
This commit is contained in:
Родитель
6eb995ca1d
Коммит
b408fe99ef
|
@ -25,6 +25,10 @@
|
|||
#test5 {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
textarea, input {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
function convertEmToPx(aEm) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче