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

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

Issue 2738953003: [InputEvent] Support 'insertFromYank' for macOS (Closed)
Patch Set: yosin's review: Only implement yank Created 3 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 | third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-yank.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 10 matching lines...) Expand all
21 21
22 # Platform specific virtual test suites. 22 # Platform specific virtual test suites.
23 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] 23 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ]
24 24
25 # Chrome Win/Linux doesn't support emacs key-bindings. 25 # Chrome Win/Linux doesn't support emacs key-bindings.
26 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] 26 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ]
27 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] 27 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ]
28 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] 28 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ]
29 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] 29 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ]
30 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] 30 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ]
31 [ Win Linux ] fast/events/inputevents/inputevent-yank.html [ WontFix ]
31 32
32 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. 33 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings.
33 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] 34 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ]
34 35
35 # Chrome uses different keyboard accelerators from those used by Safari, so 36 # Chrome uses different keyboard accelerators from those used by Safari, so
36 # this test will always fail. 37 # this test will always fail.
37 [ Linux Win ] fast/events/option-tab.html [ WontFix ] 38 [ Linux Win ] fast/events/option-tab.html [ WontFix ]
38 39
39 # This test only applies to overlay scrollbar platforms. 40 # This test only applies to overlay scrollbar platforms.
40 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ] 41 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ]
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ] 324 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ]
324 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Wo ntFix ] 325 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Wo ntFix ]
325 #external/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ] 326 #external/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ]
326 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi x ] 327 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi x ]
327 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] 328 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ]
328 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi x ] 329 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi x ]
329 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] 330 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ]
330 331
331 # This W3C EME test fetches a file which is not allowed 332 # This W3C EME test fetches a file which is not allowed
332 #external/wpt/encrypted-media/idlharness.html [ WontFix ] 333 #external/wpt/encrypted-media/idlharness.html [ WontFix ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/inputevents/inputevent-yank.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698