зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1240212: Use unthemed widgets in number-disabled.html reftest, to work around GTK theming issue. r=jfkthame
This commit is contained in:
Родитель
4664317546
Коммит
8c23354bae
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<input type="text" disabled>
|
||||
<input type="text" disabled
|
||||
style="-moz-appearance: none"><!-- Workaround for bug 1223198 -->
|
||||
<!-- div to cover spin box area -->
|
||||
<div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<input type="number" disabled>
|
||||
<input type="number" disabled
|
||||
style="-moz-appearance: none"><!-- Workaround for bug 1223198 -->
|
||||
<!-- div to cover spin box area -->
|
||||
<div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче