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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 977663002: Mac: Delete now-dead elastic overscroll code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | LayoutTests/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 38
39 # This test only applies to overlay scrollbar platforms. 39 # This test only applies to overlay scrollbar platforms.
40 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont Fix ] 40 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont Fix ]
41 41
42 # These tests are only valid on platforms with overlay scrollbars support. 42 # These tests are only valid on platforms with overlay scrollbars support.
43 [ SnowLeopard ] inspector/device-emulation [ WontFix ] 43 [ SnowLeopard ] inspector/device-emulation [ WontFix ]
44 44
45 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res ult. 45 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res ult.
46 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] 46 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ]
47 47
48 # These test rubber band overhang drawing, which is a Mac OS X Lion feature
49 # that is not supported on other platforms.
50 [ Win Linux ] rubberbanding [ WontFix ]
51 [ Win Linux ] compositing/rubberbanding [ WontFix ]
52
53 # This requires usp10.dll version 1.600 or greater on Windows and 48 # This requires usp10.dll version 1.600 or greater on Windows and
54 # it isn't installed on XP by default. 49 # it isn't installed on XP by default.
55 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ] 50 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ]
56 51
57 # These test the CoreAnimation plugin model which we never intend to support on 52 # These test the CoreAnimation plugin model which we never intend to support on
58 # Windows and Linux. 53 # Windows and Linux.
59 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] 54 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ]
60 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] 55 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ]
61 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ] 56 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ]
62 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ] 57 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ]
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 175
181 # These two printing tests fail with the threaded compositor but they 176 # These two printing tests fail with the threaded compositor but they
182 # aren't critical to run in this mode. 177 # aren't critical to run in this mode.
183 virtual/threaded/printing/setPrinting.html [ WontFix ] 178 virtual/threaded/printing/setPrinting.html [ WontFix ]
184 virtual/threaded/printing/width-overflow.html [ WontFix ] 179 virtual/threaded/printing/width-overflow.html [ WontFix ]
185 180
186 # Deferred suite doesn't have impl-side painting, so this doesn't make sense 181 # Deferred suite doesn't have impl-side painting, so this doesn't make sense
187 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] 182 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ]
188 183
189 # This test only fails with an ASSERT in Debug build. 184 # This test only fails with an ASSERT in Debug build.
190 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] 185 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698