mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785821 - Move radio button tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG-- rename : layout/reftests/forms/radio-checked-native-notref.html => layout/reftests/forms/input/radio/checked-native-notref.html rename : layout/reftests/forms/radio-checked-native.html => layout/reftests/forms/input/radio/checked-native.html rename : layout/reftests/forms/radio-checked-notref.html => layout/reftests/forms/input/radio/checked-notref.html rename : layout/reftests/forms/radio-checked.html => layout/reftests/forms/input/radio/checked.html rename : layout/reftests/forms/radio-label-dynamic-ref.html => layout/reftests/forms/input/radio/label-dynamic-ref.html rename : layout/reftests/forms/radio-label-dynamic.html => layout/reftests/forms/input/radio/label-dynamic.html
This commit is contained in:
parent
bfcdec6a6f
commit
7bafea5a72
7
layout/reftests/forms/input/radio/reftest.list
Normal file
7
layout/reftests/forms/input/radio/reftest.list
Normal file
@ -0,0 +1,7 @@
|
||||
== label-dynamic.html label-dynamic-ref.html
|
||||
!= checked.html checked-notref.html
|
||||
!= checked-native.html checked-native-notref.html
|
||||
!= checked.html about:blank
|
||||
!= checked-notref.html about:blank
|
||||
!= checked-native.html about:blank
|
||||
!= checked-native-notref.html about:blank
|
@ -4,5 +4,5 @@ include tel/reftest.list
|
||||
include search/reftest.list
|
||||
include url/reftest.list
|
||||
include file/reftest.list
|
||||
include radio/reftest.list
|
||||
include range/reftest.list
|
||||
|
||||
|
@ -19,14 +19,6 @@ skip-if(cocoaWidget) != textbox-accesskey-4.xul textbox-accesskey-4-notref.xul
|
||||
== textbox-align-baseline-1.xul textbox-align-baseline-1-ref.xul # test for bug 494901
|
||||
skip-if(B2G) fails-if(Android) == textbox-setsize.xul textbox-setsize-ref.xul
|
||||
|
||||
== radio-label-dynamic.html radio-label-dynamic-ref.html
|
||||
!= radio-checked.html radio-checked-notref.html
|
||||
!= radio-checked-native.html radio-checked-native-notref.html
|
||||
!= radio-checked.html about:blank
|
||||
!= radio-checked-notref.html about:blank
|
||||
!= radio-checked-native.html about:blank
|
||||
!= radio-checked-native-notref.html about:blank
|
||||
|
||||
skip-if(B2G) == legend.html legend-ref.html
|
||||
|
||||
# button element
|
||||
|
Loading…
Reference in New Issue
Block a user