Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Side by Side Diff: third_party/WebKit/LayoutTests/NeverFixTests

Issue 1553003002: Fix Mac overlay scrollbars to show when programmatically scrolled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file should only include tests that we never intend to fix. 1 # This file should only include tests that we never intend to fix.
2 # There should only be 4 categories of tests here: 2 # There should only be 4 categories of tests here:
3 # 1. Test harness tests. 3 # 1. Test harness tests.
4 # 2. Tests enabled by chromium embedders (e.g. Opera). 4 # 2. Tests enabled by chromium embedders (e.g. Opera).
5 # 3. Tests that apply to some platforms but not others. 5 # 3. Tests that apply to some platforms but not others.
6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g. 6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g.
7 7
8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse 8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse
9 # WontFix outside of this file. 9 # WontFix outside of this file.
10 10
(...skipping 20 matching lines...) Expand all
31 31
32 # Chrome uses different keyboard accelerators from those used by Safari, so 32 # Chrome uses different keyboard accelerators from those used by Safari, so
33 # this test will always fail. 33 # this test will always fail.
34 [ Linux Win ] fast/events/option-tab.html [ WontFix ] 34 [ Linux Win ] fast/events/option-tab.html [ WontFix ]
35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] 35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ]
36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W ontFix ] 36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W ontFix ]
37 37
38 # This test only applies to overlay scrollbar platforms. 38 # This test only applies to overlay scrollbar platforms.
39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont Fix ] 39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont Fix ]
40 40
41 # This test is specific to Mac overlay scrollbars.
42 [ SnowLeopard Win Linux Android ] compositing/scrollbars/mac-programmatic-scroll -shows-overlay-scrollbars.html [ WontFix ]
43
41 # These tests are only valid on platforms with overlay scrollbars support. 44 # These tests are only valid on platforms with overlay scrollbars support.
42 [ SnowLeopard ] inspector-protocol/emulation [ WontFix ] 45 [ SnowLeopard ] inspector-protocol/emulation [ WontFix ]
43 46
44 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res ult. 47 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res ult.
45 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] 48 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ]
46 49
47 # These test the CoreAnimation plugin model which we never intend to support on 50 # These test the CoreAnimation plugin model which we never intend to support on
48 # Windows and Linux. 51 # Windows and Linux.
49 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] 52 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ]
50 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] 53 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 214
212 # We could fix this test for us and upstream it if the test shell user agent 215 # We could fix this test for us and upstream it if the test shell user agent
213 # would let us differentiate test_shell and WebKit DumpTreeNode. 216 # would let us differentiate test_shell and WebKit DumpTreeNode.
214 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] 217 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ]
215 218
216 # These tests are too slow with our MESA backend. We can re-enable when we have 219 # These tests are too slow with our MESA backend. We can re-enable when we have
217 # bots running tests on real hardware. Don't want to just delete these because t hey 220 # bots running tests on real hardware. Don't want to just delete these because t hey
218 # pass in the virtual test suite version. 221 # pass in the virtual test suite version.
219 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] 222 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ]
220 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] 223 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698