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

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

Issue 2869713003: Make context menu aware of hidden selection (Closed)
Patch Set: Add test as NeverFixTests for Mac Created 3 years, 7 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 | third_party/WebKit/LayoutTests/fast/events/contextmenu-follows-focus.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 6 categories of tests here: 2 # There should only be 6 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 # 5. Tests that crash due to resource limitations on some platforms or in Debu g. 7 # 5. Tests that crash due to resource limitations on some platforms or in Debu g.
8 # 6. Tests that fail due to Debug rendering variations from Release behavior. 8 # 6. Tests that fail due to Debug rendering variations from Release behavior.
9 9
10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse 10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # These tests are specific to Windows and Linux. 52 # These tests are specific to Windows and Linux.
53 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] 53 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
54 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] 54 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
55 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] 55 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ]
56 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] 56 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ]
57 57
58 # Mac does not have menu key. 58 # Mac does not have menu key.
59 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] 59 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ]
60 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ] 60 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ]
61 [ Mac ] fast/events/context-menu-key-shift-f10-prevent-default.html [ WontFix ] 61 [ Mac ] fast/events/context-menu-key-shift-f10-prevent-default.html [ WontFix ]
62 [ Mac ] fast/events/contextmenu-follows-focus.html [ WontFix ]
62 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] 63 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ]
63 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] 64 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ]
64 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] 65 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ]
65 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ] 66 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ]
66 67
67 # Link Highlighting is only supported on Windows and Linux 68 # Link Highlighting is only supported on Windows and Linux
68 [ Mac ] compositing/gestures [ WontFix ] 69 [ Mac ] compositing/gestures [ WontFix ]
69 70
70 # These tests are specific to Linux. 71 # These tests are specific to Linux.
71 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ] 72 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ]
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi x ] 619 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi x ]
619 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] 620 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ]
620 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi x ] 621 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi x ]
621 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] 622 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ]
622 623
623 # This W3C EME test fetches a file which is not allowed 624 # This W3C EME test fetches a file which is not allowed
624 #external/wpt/encrypted-media/idlharness.html [ WontFix ] 625 #external/wpt/encrypted-media/idlharness.html [ WontFix ]
625 626
626 [ Win7 Debug ] virtual/disable-spinvalidation/compositing/perpendicular-layer-so rting.html [ WontFix ] 627 [ Win7 Debug ] virtual/disable-spinvalidation/compositing/perpendicular-layer-so rting.html [ WontFix ]
627 628
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/contextmenu-follows-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698