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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 415343003: Option Groups with display: none should not show the children option elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed assert failure in linux dbg build Created 6 years, 4 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/forms/select/popup-with-display-none-optgroup.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] 59 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ]
60 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ] 60 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ]
61 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ] 61 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ]
62 [ Win Linux ] virtual/softwarecompositing/plugins/1x1-composited-plugin.html [ W ontFix ] 62 [ Win Linux ] virtual/softwarecompositing/plugins/1x1-composited-plugin.html [ W ontFix ]
63 [ Win Linux ] virtual/softwarecompositing/plugins/composited-plugin.html [ WontF ix ] 63 [ Win Linux ] virtual/softwarecompositing/plugins/composited-plugin.html [ WontF ix ]
64 [ Win Linux ] virtual/softwarecompositing/plugins/large-to-small-composited-plug in.html [ WontFix ] 64 [ Win Linux ] virtual/softwarecompositing/plugins/large-to-small-composited-plug in.html [ WontFix ]
65 [ Win Linux ] virtual/softwarecompositing/plugins/small-to-large-composited-plug in.html [ WontFix ] 65 [ Win Linux ] virtual/softwarecompositing/plugins/small-to-large-composited-plug in.html [ WontFix ]
66 66
67 # Mac's popup behavior is different. 67 # Mac's popup behavior is different.
68 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ] 68 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ]
69 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ]
69 70
70 # Chromium does not support PDF content in <img> tags. 71 # Chromium does not support PDF content in <img> tags.
71 [ Win Linux ] compositing/images/direct-pdf-image.html [ WontFix ] 72 [ Win Linux ] compositing/images/direct-pdf-image.html [ WontFix ]
72 [ Win Linux ] virtual/softwarecompositing/images/direct-pdf-image.html [ WontFix ] 73 [ Win Linux ] virtual/softwarecompositing/images/direct-pdf-image.html [ WontFix ]
73 74
74 # Pan-scroll tests are Windows-specific. 75 # Pan-scroll tests are Windows-specific.
75 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] 76 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ]
76 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] 77 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ]
77 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] 78 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ]
78 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] 79 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ]
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] 153 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ]
153 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] 154 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ]
154 155
155 # We don't have full plane2 support on XP. 156 # We don't have full plane2 support on XP.
156 [ XP ] fast/text/international/plane2.html [ WontFix ] 157 [ XP ] fast/text/international/plane2.html [ WontFix ]
157 158
158 # These two printing tests fail with the threaded compositor but they 159 # These two printing tests fail with the threaded compositor but they
159 # aren't critical to run in this mode. 160 # aren't critical to run in this mode.
160 virtual/threaded/printing/setPrinting.html [ WontFix ] 161 virtual/threaded/printing/setPrinting.html [ WontFix ]
161 virtual/threaded/printing/width-overflow.html [ WontFix ] 162 virtual/threaded/printing/width-overflow.html [ WontFix ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/popup-with-display-none-optgroup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698