зеркало из https://github.com/mozilla/pjs.git
Bug 574109 - failures in layout/reftests/editor/xul/ on windows 7 64-bit; r=roc
This commit is contained in:
Родитель
0763677dab
Коммит
1a53d46e64
|
@ -2,8 +2,8 @@
|
|||
!= 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
|
||||
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
|
||||
|
@ -15,10 +15,10 @@ fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]$/.test(http.oscpu)) ==
|
|||
# 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
|
||||
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
|
||||
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
|
||||
|
@ -26,4 +26,4 @@ fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]$/.test(http.oscpu)) ==
|
|||
== 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
|
||||
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x206\.[01]/.test(http.oscpu)) != textbox-readonly.xul textbox-ref.xul
|
||||
|
|
Загрузка…
Ссылка в новой задаче