зеркало из https://github.com/mozilla/gecko-dev.git
Add a few reftests for native theme drawing.
This commit is contained in:
Родитель
b2a48d7bac
Коммит
51e30414d3
|
@ -0,0 +1 @@
|
|||
<button></button>
|
|
@ -0,0 +1 @@
|
|||
<input type="button">
|
|
@ -0,0 +1 @@
|
|||
<input type="checkbox">
|
|
@ -0,0 +1 @@
|
|||
<select size="1"></select>
|
|
@ -0,0 +1 @@
|
|||
<fieldset></fieldset>
|
|
@ -0,0 +1 @@
|
|||
<input type="file">
|
|
@ -0,0 +1 @@
|
|||
<select size="3"></select>
|
|
@ -0,0 +1 @@
|
|||
<input type="radio">
|
|
@ -0,0 +1,10 @@
|
|||
fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") != button-html-not-blank.html about:blank # bug 382048
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") != button-not-blank.html about:blank # bug 382048
|
||||
!= checkbox-not-blank.html about:blank
|
||||
!= combobox-not-blank.html about:blank
|
||||
!= fieldset-not-blank.html about:blank
|
||||
!= file-not-blank.html about:blank
|
||||
!= listbox-not-blank.html about:blank
|
||||
!= radio-not-blank.html about:blank
|
||||
!= text-control-not-blank.html about:blank
|
||||
!= textarea-not-blank.html about:blank
|
|
@ -0,0 +1 @@
|
|||
<input type="text">
|
|
@ -0,0 +1 @@
|
|||
<textarea rows="5" cols="40"></textarea>
|
|
@ -92,3 +92,6 @@ include text-indent/reftest.list
|
|||
|
||||
# text-transform/
|
||||
include text-transform/reftest.list
|
||||
|
||||
# native-theme/
|
||||
include native-theme/reftest.list
|
||||
|
|
Загрузка…
Ссылка в новой задаче