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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 766143002: Fix contextmenu event location for menu key in an iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added description of testcase. Created 5 years, 12 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 # These tests are specific to Windows and Linux. 80 # These tests are specific to Windows and Linux.
81 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] 81 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
82 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] 82 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
83 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] 83 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ]
84 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] 84 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ]
85 85
86 # Mac does not have menu key. 86 # Mac does not have menu key.
87 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] 87 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ]
88 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] 88 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ]
89 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] 89 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ]
90 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ]
90 91
91 # Link Highlighting is only supported on Windows and Linux 92 # Link Highlighting is only supported on Windows and Linux
92 [ Mac ] compositing/gestures [ WontFix ] 93 [ Mac ] compositing/gestures [ WontFix ]
93 94
94 # These tests are specific to Linux. 95 # These tests are specific to Linux.
95 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] 96 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ]
96 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] 97 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ]
97 [ Mac Win ] virtual/slimmingpaint/fast/text/chromium-linux-fontconfig-renderstyl e.html [ WontFix ] 98 [ Mac Win ] virtual/slimmingpaint/fast/text/chromium-linux-fontconfig-renderstyl e.html [ WontFix ]
98 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] 99 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ]
99 [ Mac Win ] virtual/slimmingpaint/fast/text/international/arabic-vertical-offset .html [ WontFix ] 100 [ Mac Win ] virtual/slimmingpaint/fast/text/international/arabic-vertical-offset .html [ WontFix ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] 163 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ]
163 164
164 # We don't have full plane2 support on XP. 165 # We don't have full plane2 support on XP.
165 [ XP ] fast/text/international/plane2.html [ WontFix ] 166 [ XP ] fast/text/international/plane2.html [ WontFix ]
166 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] 167 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ]
167 168
168 # These two printing tests fail with the threaded compositor but they 169 # These two printing tests fail with the threaded compositor but they
169 # aren't critical to run in this mode. 170 # aren't critical to run in this mode.
170 virtual/threaded/printing/setPrinting.html [ WontFix ] 171 virtual/threaded/printing/setPrinting.html [ WontFix ]
171 virtual/threaded/printing/width-overflow.html [ WontFix ] 172 virtual/threaded/printing/width-overflow.html [ WontFix ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698