Bug 1187385 - Use -moz-appearance: none to ignore widget style padding in test_caretPositionFromPoint. r=karlt

This commit is contained in:
Andrew Comminos 2015-10-10 13:48:41 -07:00
parent 49182ca97f
commit 847568bd6b

View File

@ -25,6 +25,10 @@
#test5 {
height: 100px;
}
textarea, input {
-moz-appearance: none;
}
</style>
<script>
function convertEmToPx(aEm) {