Add a few reftests for native theme drawing.

This commit is contained in:
dbaron@dbaron.org 2007-05-25 15:25:57 -07:00
Родитель b2a48d7bac
Коммит 51e30414d3
12 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -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