mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
1.7 KiB
Plaintext
30 lines
1.7 KiB
Plaintext
== empty-1.xul empty-ref.xul
|
|
!= empty-2.xul empty-ref.xul
|
|
# There is no way to simulate an autocomplete textbox in windows Vista/7 default theme using CSS.
|
|
# Therefore, the equlity tests below should be marked as failing.
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) == autocomplete-1.xul autocomplete-ref.xul
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) == emptyautocomplete-1.xul emptyautocomplete-ref.xul
|
|
!= emptymultiline-1.xul emptymultiline-ref.xul
|
|
== emptymultiline-2.xul emptymultiline-ref.xul
|
|
== emptytextbox-1.xul emptytextbox-ref.xul
|
|
== emptytextbox-2.xul emptytextbox-ref.xul
|
|
!= emptytextbox-3.xul emptytextbox-ref.xul
|
|
!= emptytextbox-4.xul emptytextbox-ref.xul
|
|
== emptytextbox-5.xul emptytextbox-ref.xul
|
|
# There is no way to simulate a number textbox in windows Vista/7 default theme using CSS.
|
|
# Therefore, the equlity tests below should be marked as failing.
|
|
!= number-1.xul number-ref.xul
|
|
!= number-2.xul number-ref.xul
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) == number-3.xul number-ref.xul
|
|
!= number-4.xul number-ref.xul
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) == number-5.xul number-ref.xul
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) == numberwithvalue-1.xul numberwithvalue-ref.xul
|
|
== passwd-1.xul passwd-ref.xul
|
|
== passwd-2.xul passwd-ref.xul
|
|
!= passwd-3.xul passwd-ref.xul
|
|
== plain-1.xul plain-ref.xul
|
|
== textbox-1.xul textbox-ref.xul
|
|
!= textbox-disabled.xul textbox-ref.xul
|
|
# Read-only textboxes look like normal textboxes in windows Vista/7 default theme
|
|
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) != textbox-readonly.xul textbox-ref.xul
|