mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Add a few reftests for native theme drawing.
This commit is contained in:
parent
b2a48d7bac
commit
51e30414d3
1
layout/reftests/native-theme/button-html-not-blank.html
Normal file
1
layout/reftests/native-theme/button-html-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<button></button>
|
1
layout/reftests/native-theme/button-not-blank.html
Normal file
1
layout/reftests/native-theme/button-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="button">
|
1
layout/reftests/native-theme/checkbox-not-blank.html
Normal file
1
layout/reftests/native-theme/checkbox-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="checkbox">
|
1
layout/reftests/native-theme/combobox-not-blank.html
Normal file
1
layout/reftests/native-theme/combobox-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<select size="1"></select>
|
1
layout/reftests/native-theme/fieldset-not-blank.html
Normal file
1
layout/reftests/native-theme/fieldset-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<fieldset></fieldset>
|
1
layout/reftests/native-theme/file-not-blank.html
Normal file
1
layout/reftests/native-theme/file-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="file">
|
1
layout/reftests/native-theme/listbox-not-blank.html
Normal file
1
layout/reftests/native-theme/listbox-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<select size="3"></select>
|
1
layout/reftests/native-theme/radio-not-blank.html
Normal file
1
layout/reftests/native-theme/radio-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="radio">
|
10
layout/reftests/native-theme/reftest.list
Normal file
10
layout/reftests/native-theme/reftest.list
Normal file
@ -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
|
1
layout/reftests/native-theme/text-control-not-blank.html
Normal file
1
layout/reftests/native-theme/text-control-not-blank.html
Normal file
@ -0,0 +1 @@
|
||||
<input type="text">
|
1
layout/reftests/native-theme/textarea-not-blank.html
Normal file
1
layout/reftests/native-theme/textarea-not-blank.html
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user