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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 247023002: Correcting menu button event trigger location (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layout test changes as per review comments Created 6 years, 8 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/fast/events/menu-key-context-menu.html » ('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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] 77 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ]
78 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] 78 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ]
79 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] 79 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ]
80 80
81 # These tests are specific to Windows and Linux. 81 # These tests are specific to Windows and Linux.
82 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] 82 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
83 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] 83 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
84 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] 84 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ]
85 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] 85 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ]
86 86
87 # Mac does not have menu key.
88 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ]
89
87 # Link Highlighting is only supported on Windows and Linux 90 # Link Highlighting is only supported on Windows and Linux
88 [ Mac ] compositing/gestures [ WontFix ] 91 [ Mac ] compositing/gestures [ WontFix ]
89 92
90 # These tests are specific to Linux. 93 # These tests are specific to Linux.
91 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] 94 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ]
92 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] 95 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ]
93 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] 96 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ]
94 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] 97 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ]
95 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] 98 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ]
96 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] 99 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ]
(...skipping 26 matching lines...) Expand all
123 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] 126 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ]
124 127
125 # Software compositing can't use WebGL. (There's no SwiftShader available on Win dows either.) 128 # Software compositing can't use WebGL. (There's no SwiftShader available on Win dows either.)
126 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [ WontFix ] 129 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [ WontFix ]
127 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix ] 130 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix ]
128 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix ] 131 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix ]
129 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html [ WontFix ] 132 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html [ WontFix ]
130 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont Fix ] 133 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont Fix ]
131 virtual/softwarecompositing/webgl [ WontFix ] 134 virtual/softwarecompositing/webgl [ WontFix ]
132 135
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/menu-key-context-menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698