| OLD | NEW |
| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 # Windows and Linux. | 52 # Windows and Linux. |
| 53 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] | 53 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] |
| 54 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] | 54 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] |
| 55 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi
x ] | 55 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi
x ] |
| 56 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi
x ] | 56 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi
x ] |
| 57 | 57 |
| 58 # Mac's popup behavior is different. | 58 # Mac's popup behavior is different. |
| 59 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi
x ] | 59 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi
x ] |
| 60 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] | 60 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] |
| 61 | 61 |
| 62 # Chromium does not support PDF content in <img> tags. | |
| 63 [ Win Linux ] compositing/images/direct-pdf-image.html [ WontFix ] | |
| 64 | |
| 65 # Pan-scroll tests are Windows-specific. | 62 # Pan-scroll tests are Windows-specific. |
| 66 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] | 63 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] |
| 67 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] | 64 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] |
| 68 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] | 65 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] |
| 69 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] | 66 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] |
| 70 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] | 67 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] |
| 71 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] | 68 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] |
| 72 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] | 69 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] |
| 73 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] | 70 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] |
| 74 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click.html [ WontFix ] | 71 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click.html [ WontFix ] |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 # These two printing tests fail with the threaded compositor but they | 205 # These two printing tests fail with the threaded compositor but they |
| 209 # aren't critical to run in this mode. | 206 # aren't critical to run in this mode. |
| 210 virtual/threaded/printing/setPrinting.html [ WontFix ] | 207 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 211 virtual/threaded/printing/width-overflow.html [ WontFix ] | 208 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| 212 | 209 |
| 213 # This test only fails with an ASSERT in Debug build. | 210 # This test only fails with an ASSERT in Debug build. |
| 214 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] | 211 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
| 215 | 212 |
| 216 # See crbug.com/522326 | 213 # See crbug.com/522326 |
| 217 imported/web-platform-tests/html/obsolete/requirements-for-implementations/the-m
arquee-element-0/marquee-events.html [ WontFix ] | 214 imported/web-platform-tests/html/obsolete/requirements-for-implementations/the-m
arquee-element-0/marquee-events.html [ WontFix ] |
| OLD | NEW |