зеркало из https://github.com/mozilla/gecko-dev.git
Let's see whether turning off native theming helps with this test...
This commit is contained in:
Родитель
08dd091513
Коммит
6d2ab71697
|
@ -1,5 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
input { -moz-appearance: none; }
|
||||
</style>
|
||||
<body>
|
||||
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
|
||||
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
input { -moz-appearance: none; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<input type="button" style="width: 1.5em; padding-top: 0; padding-bottom: 0" value="M"><br>
|
||||
<input type="button" style="width: 1.5em; padding: 0 0.2em;" value="M"><br>
|
||||
|
|
Загрузка…
Ссылка в новой задаче