diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/native-theme/reftest.list | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/native-theme/reftest.list')
-rw-r--r-- | layout/reftests/native-theme/reftest.list | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/reftest.list b/layout/reftests/native-theme/reftest.list new file mode 100644 index 000000000..c2df3caaa --- /dev/null +++ b/layout/reftests/native-theme/reftest.list @@ -0,0 +1,84 @@ +!= button-html-not-blank.html about:blank +!= button-not-blank.html about:blank +!= checkbox-not-blank.html about:blank +!= combobox-not-blank.html about:blank +!= fieldset-not-blank.html about:blank +!= file-not-blank.html about:blank +!= listbox-not-blank.html about:blank +!= radio-not-blank.html about:blank +!= 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 +fuzzy-if(skiaContent,2,88) == text-input-nonnative-when-styled.html text-input-nonnative-when-styled-ref.html +fails-if(!nativeThemePref) != textarea-native.html textarea-nonnative.html +fuzzy-if(skiaContent,2,53) == textarea-nonnative-when-styled.html textarea-nonnative-when-styled-ref.html +fails-if(!nativeThemePref) != 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-nonnative-when-styled.html combobox-nonnative-when-styled-ref.html +fails-if(!nativeThemePref) 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-still-native-when-styled.html radio-still-native-when-styled-ref.html +fails-if(!nativeThemePref) != 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 + +!= 427122-1.html 427122-1-ref.html + +# 403458 is a Windows-only bug +skip-if(!winWidget) != 403458-winmenu-ltr.xul 403458-winmenu-rtl.xul + +== 470711-1.xul 470711-1-ref.xul + +== 482955-1.xul 482955-1-ref.xul + +== 492155-1.html about:blank +== 492155-2.html about:blank +== 492155-3.html about:blank +fails-if(Android&&!asyncPan) != 492155-4.html about:blank + +!= box-shadow-input.html box-shadow-input-ref.html +!= box-shadow-button.html box-shadow-button-ref.html +!= box-shadow-listbox.html box-shadow-listbox-ref.html +!= box-shadow-combobox.html box-shadow-combobox-ref.html + +# RTL mirroring tests +== checkbox-not-mirrored-when-rtl.html checkbox-not-mirrored-when-rtl-ref.html +skip-if(!cocoaWidget) == menulist-mirrored-when-rtl.xul menulist-mirrored-when-rtl-ref.xul +skip-if(!cocoaWidget) == searchfield-mirrored-when-rtl.xul searchfield-mirrored-when-rtl-ref.xul +skip-if(!cocoaWidget) == select-mirrored-when-rtl.html select-mirrored-when-rtl-ref.html + +!= resizer-bottomend.xul blank-window.xul +random-if(d2d) == resizer-bottomend.xul resizer-bottomright.xul # bug 581086 +!= resizer-bottomend.xul resizer-bottomend-rtl.xul +skip-if(gtkWidget) != resizer-bottomend-rtl.xul blank-window.xul +skip-if(gtkWidget) random-if(d2d) == resizer-bottomend-rtl.xul resizer-bottomend-flipped.xul # bug 581086 + +!= resizer-bottomstart.xul blank-window.xul +random-if(d2d) == resizer-bottomstart.xul resizer-bottomleft.xul +random-if(d2d) == resizer-bottomstart.xul resizer-left.xul +!= resizer-bottomstart.xul resizer-bottomstart-rtl.xul +skip-if(gtkWidget) != resizer-bottomstart-rtl.xul blank-window.xul +skip-if(gtkWidget) random-if(d2d) == resizer-bottomstart-rtl.xul resizer-bottomend.xul + +# Windows-only, depends on native scrollbar metrics +skip-if(!winWidget) == scroll-thumb-minimum-size-notheme.html scroll-thumb-minimum-size-notheme-ref.html +# skip-if(!winWidget) == scroll-thumb-minimum-size-theme.html scroll-thumb-minimum-size-theme-ref.html # Bug 512206 + +== border-radius.html border-radius-ref.html + +== checkbox-dynamic-1.html checkbox-dynamic-1-ref.html + +# These tests have been written to test the overflow of the window widget +# (bug 568825) but we can't test it on Windows and Cocoa because they have +# animated progress bars. +# Nothing shows up on Android, presumably because that appearance type is +# not implemented. +skip-if(cocoaWidget) skip-if(winWidget) == progress-overflow.html progress-overflow-ref.html +fails-if(Android) skip-if(cocoaWidget) skip-if(winWidget) != progress-overflow-small.html progress-nobar.html + +== 676387-1.xul 676387-1-ref.xul |