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

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

Issue 2289213002: Implement Middle Click Autoscroll on all platforms not just Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into panscroll Created 4 years, 3 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 | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/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 26 matching lines...) Expand all
37 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ] 37 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ]
38 38
39 # Mac's popup behavior is different. 39 # Mac's popup behavior is different.
40 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ] 40 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ]
41 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] 41 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ]
42 [ Mac ] fast/forms/select-popup [ WontFix ] 42 [ Mac ] fast/forms/select-popup [ WontFix ]
43 43
44 # Android has a different popup menu implementation. 44 # Android has a different popup menu implementation.
45 [ Android ] fast/forms/select-popup [ WontFix ] 45 [ Android ] fast/forms/select-popup [ WontFix ]
46 46
47 # Pan-scroll tests are Windows-specific.
48 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ]
49 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ]
50 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ]
51 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ]
52 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ]
53 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ]
54 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ]
55 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ]
56 [ Linux Mac ] fast/events/panScroll-use-count.html [ WontFix ]
57
58 # These tests are specific to Windows and Linux. 47 # These tests are specific to Windows and Linux.
59 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] 48 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
60 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] 49 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
61 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] 50 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ]
62 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] 51 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ]
63 52
64 # Mac does not have menu key. 53 # Mac does not have menu key.
65 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] 54 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ]
66 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ] 55 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ]
67 [ Mac ] fast/events/context-menu-key-shift-f10-prevent-default.html [ WontFix ] 56 [ Mac ] fast/events/context-menu-key-shift-f10-prevent-default.html [ WontFix ]
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 # bots running tests on real hardware. Don't want to just delete these because t hey 169 # bots running tests on real hardware. Don't want to just delete these because t hey
181 # pass in the virtual test suite version. 170 # pass in the virtual test suite version.
182 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] 171 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ]
183 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] 172 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
184 173
185 # Only Windows supports Symbol CMAP encoded fonts. 174 # Only Windows supports Symbol CMAP encoded fonts.
186 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ] 175 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ]
187 176
188 # wasm tests. Currently under virtual/enable_wasm 177 # wasm tests. Currently under virtual/enable_wasm
189 crbug.com/642912 http/tests/wasm/ [ WontFix ] 178 crbug.com/642912 http/tests/wasm/ [ WontFix ]
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698