mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1694708: Adjust fuzziness for element-paint-native-widget.html on Windows with the non-native theme enabled. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D106715
This commit is contained in:
parent
201a891006
commit
5a7103f458
@ -19,8 +19,9 @@ fuzzy-if(skiaContent,0-255,0-4) random-if(/^Windows\x20NT\x206\.1/.test(http.osc
|
||||
fuzzy-if(d2d,0-255,0-24) fuzzy-if(webrender,255-255,56-72) == element-paint-transform-03.html element-paint-transform-03-ref.html
|
||||
|
||||
# For !nativeThemePref: element() uses fallback / skia in WebRender, which antialiases differently from WR.
|
||||
# For !nativeThemePref+Windows+WebRender: bug 1496542, the scrollframe snaps differently.
|
||||
# For the rest: -ref the scrollframe is active and layerized differently with APZ.
|
||||
fuzzy-if(asyncPan,0-2,0-140) fuzzy-if(skiaContent,0-3,0-106) fuzzy-if(webrender&&winWidget,134-222,1197-1588) fuzzy-if(webrender&&!nativeThemePref,48-48,29-68) fuzzy-if(geckoview&&webrender,0-7,0-1321) == element-paint-native-widget.html element-paint-native-widget-ref.html
|
||||
fuzzy-if(asyncPan,0-2,0-140) fuzzy-if(skiaContent,0-3,0-106) fuzzy-if(webrender&&!nativeThemePref,48-48,50-68) fuzzy-if(webrender&&geckoview,0-7,0-1321) fuzzy-if(webrender&&!nativeThemePref&&winWidget,134-222,1197-1588) == element-paint-native-widget.html element-paint-native-widget-ref.html
|
||||
|
||||
fails-if(usesRepeatResampling&&!(webrender&&winWidget)) == element-paint-subimage-sampling-restriction.html about:blank
|
||||
== element-paint-clippath.html element-paint-clippath-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user