Add a few reftests for native theme drawing.

This commit is contained in:
dbaron@dbaron.org 2007-05-25 15:25:57 -07:00
parent b2a48d7bac
commit 51e30414d3
12 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
<button></button>

View File

@ -0,0 +1 @@
<input type="button">

View File

@ -0,0 +1 @@
<input type="checkbox">

View File

@ -0,0 +1 @@
<select size="1"></select>

View File

@ -0,0 +1 @@
<fieldset></fieldset>

View File

@ -0,0 +1 @@
<input type="file">

View File

@ -0,0 +1 @@
<select size="3"></select>

View File

@ -0,0 +1 @@
<input type="radio">

View 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

View File

@ -0,0 +1 @@
<input type="text">

View File

@ -0,0 +1 @@
<textarea rows="5" cols="40"></textarea>

View File

@ -92,3 +92,6 @@ include text-indent/reftest.list
# text-transform/
include text-transform/reftest.list
# native-theme/
include native-theme/reftest.list