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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 945873003: Ignore setSelectionRange when node is un-parented. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix file permissions Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/editing/input/orphan-set-selection-range.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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 [ XP ] fast/text/international/plane2.html [ WontFix ] 178 [ XP ] fast/text/international/plane2.html [ WontFix ]
179 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] 179 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ]
180 180
181 # These two printing tests fail with the threaded compositor but they 181 # These two printing tests fail with the threaded compositor but they
182 # aren't critical to run in this mode. 182 # aren't critical to run in this mode.
183 virtual/threaded/printing/setPrinting.html [ WontFix ] 183 virtual/threaded/printing/setPrinting.html [ WontFix ]
184 virtual/threaded/printing/width-overflow.html [ WontFix ] 184 virtual/threaded/printing/width-overflow.html [ WontFix ]
185 185
186 # Deferred suite doesn't have impl-side painting, so this doesn't make sense 186 # Deferred suite doesn't have impl-side painting, so this doesn't make sense
187 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] 187 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ]
188
189 # This test only fails with an ASSERT in Debug build.
190 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/input/orphan-set-selection-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698