mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1687888 - Some assorted test expectation updates on Linux for the non-native theme. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D102530
This commit is contained in:
parent
1380e5631f
commit
05b0e056d5
@ -2,6 +2,6 @@ include input/reftest.list
|
||||
include textarea/reftest.list
|
||||
|
||||
fuzzy-if(skiaContent,0-1,0-4) == css-restrictions.html css-restrictions-ref.html
|
||||
fuzzy-if(gtkWidget,255-255,1376-1881) == css-simple-styling.html css-simple-styling-ref.html # gtkWidget, Bug 1600749
|
||||
fuzzy-if(gtkWidget&&nativeThemePref,255-255,1376-1881) == css-simple-styling.html css-simple-styling-ref.html # gtkWidget, Bug 1600749
|
||||
!= css-background.html css-background-ref.html
|
||||
fuzzy-if(skiaContent,0-1,0-180) == ignore-pseudo-class.html ignore-pseudo-class-ref.html
|
||||
|
@ -15,5 +15,5 @@ skip-if(!gtkWidget) == gtk-theme-width-height.html gtk-theme-width-height-ref.ht
|
||||
== checkbox-baseline.html checkbox-baseline-ref.html
|
||||
== checkbox-radio-color.html checkbox-radio-color-ref.html
|
||||
skip-if(gtkWidget) fails-if(geckoview&&webrender) fails-if(Android) == checkbox-clamp-01.html checkbox-clamp-01-ref.html
|
||||
skip-if(OSX||winWidget) fails-if(geckoview&&webrender) fuzzy-if(gtkWidget,25-25,32-32) fails-if(Android) == checkbox-clamp-02.html checkbox-clamp-02-ref.html
|
||||
skip-if(OSX||winWidget) fails-if(geckoview&&webrender) fuzzy-if(gtkWidget&&nativeThemePref,25-25,32-32) fails-if(Android) == checkbox-clamp-02.html checkbox-clamp-02-ref.html
|
||||
fails-if(OSX) == checkbox-minimum-size.html checkbox-minimum-size-ref.html
|
||||
|
@ -6,5 +6,5 @@
|
||||
!= checked-native-notref.html about:blank
|
||||
skip-if(!gtkWidget) == gtk-theme-width-height.html gtk-theme-width-height-ref.html
|
||||
skip-if(gtkWidget) fails-if(geckoview&&webrender) fails-if(Android) == radio-clamp-01.html radio-clamp-01-ref.html
|
||||
skip-if(OSX||winWidget||Android) fuzzy-if(gtkWidget,24-24,16-16) == radio-clamp-02.html radio-clamp-02-ref.html # gtkWidget, Bug 1599622
|
||||
skip-if(OSX||winWidget||Android) fuzzy-if(gtkWidget&&nativeThemePref,24-24,16-16) == radio-clamp-02.html radio-clamp-02-ref.html # gtkWidget, Bug 1599622
|
||||
fails-if(OSX) == radio-minimum-size.html radio-minimum-size-ref.html
|
||||
|
@ -9,21 +9,19 @@
|
||||
!= text-control-not-blank.html about:blank
|
||||
!= textarea-not-blank.html about:blank
|
||||
|
||||
# The following tests will fail if the platform does not have native
|
||||
# theme support (which all platforms should have).
|
||||
fails-if(!nativeThemePref) != text-input-native.html text-input-nonnative.html
|
||||
!= text-input-native.html text-input-nonnative.html
|
||||
fuzzy-if(skiaContent,0-2,0-88) == text-input-nonnative-when-styled.html text-input-nonnative-when-styled-ref.html
|
||||
fails-if(!nativeThemePref) != textarea-native.html textarea-nonnative.html
|
||||
!= textarea-native.html textarea-nonnative.html
|
||||
fuzzy-if(skiaContent,0-2,0-53) == textarea-nonnative-when-styled.html textarea-nonnative-when-styled-ref.html
|
||||
fails-if(!nativeThemePref) != button-native.html button-nonnative.html
|
||||
!= button-native.html button-nonnative.html
|
||||
== button-nonnative-when-styled.html button-nonnative-when-styled-ref.html
|
||||
fails-if(!nativeThemePref&&!Android) != combobox-native.html combobox-nonnative.html
|
||||
!= combobox-native.html combobox-nonnative.html
|
||||
== combobox-nonnative-when-styled.html combobox-nonnative-when-styled-ref.html
|
||||
fails-if(!nativeThemePref) needs-focus != listbox-native.html listbox-nonnative.html
|
||||
needs-focus != listbox-native.html listbox-nonnative.html
|
||||
needs-focus == listbox-nonnative-when-styled.html listbox-nonnative-when-styled-ref.html
|
||||
fails-if(!nativeThemePref) != radio-native.html radio-nonnative.html
|
||||
!= radio-native.html radio-nonnative.html
|
||||
== radio-still-native-when-styled.html radio-still-native-when-styled-ref.html
|
||||
fails-if(!nativeThemePref) != checkbox-native.html checkbox-nonnative.html
|
||||
!= checkbox-native.html checkbox-nonnative.html
|
||||
== checkbox-still-native-when-styled.html checkbox-still-native-when-styled-ref.html
|
||||
== native-theme-disabled-cascade-levels.html native-theme-disabled-cascade-levels-ref.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user