OLD | NEW |
1 # =========================================================================== # | 1 # =========================================================================== # |
2 # Categories of Skipped Tests # | 2 # Categories of Skipped Tests # |
3 # =========================================================================== # | 3 # =========================================================================== # |
4 # | 4 # |
5 # Note:Try to add newly skipped tests to the appropriate category. If you create | 5 # Note:Try to add newly skipped tests to the appropriate category. If you create |
6 # a new category, be sure to list it here. If all else fails you can just | 6 # a new category, be sure to list it here. If all else fails you can just |
7 # add to the 'unsorted' category at the bottom. | 7 # add to the 'unsorted' category at the bottom. |
8 # Where a test is a layout test, rather than plaintext, it can help to run | 8 # Where a test is a layout test, rather than plaintext, it can help to run |
9 # it with '--platform mac --ignore-metrics' and add or create a section | 9 # it with '--platform mac --ignore-metrics' and add or create a section |
10 # in the category to indicate whether it still failed. | 10 # in the category to indicate whether it still failed. |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 fast/dom/shadow/user-modify-inheritance.html | 221 fast/dom/shadow/user-modify-inheritance.html |
222 | 222 |
223 # Fail until SUBPIXEL_LAYOUT is enabled | 223 # Fail until SUBPIXEL_LAYOUT is enabled |
224 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 224 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
225 fast/sub-pixel/client-rect-has-subpixel-precision.html | 225 fast/sub-pixel/client-rect-has-subpixel-precision.html |
226 fast/sub-pixel/client-width-height-snapping.html | 226 fast/sub-pixel/client-width-height-snapping.html |
227 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 227 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
228 fast/sub-pixel/float-containing-block-with-margin.html | 228 fast/sub-pixel/float-containing-block-with-margin.html |
229 fast/sub-pixel/float-with-right-margin-zoom.html | 229 fast/sub-pixel/float-with-right-margin-zoom.html |
230 fast/sub-pixel/float-wrap-with-subpixel-top.html | 230 fast/sub-pixel/float-wrap-with-subpixel-top.html |
| 231 fast/sub-pixel/inline-block-should-not-wrap.html |
231 fast/sub-pixel/inline-block-with-margin.html | 232 fast/sub-pixel/inline-block-with-margin.html |
232 fast/sub-pixel/inline-block-with-padding.html | 233 fast/sub-pixel/inline-block-with-padding.html |
233 fast/sub-pixel/layout-boxes-with-zoom.html | 234 fast/sub-pixel/layout-boxes-with-zoom.html |
234 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 235 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
235 fast/sub-pixel/size-of-box-with-zoom.html | 236 fast/sub-pixel/size-of-box-with-zoom.html |
236 fast/sub-pixel/table-rows-no-gaps.html | 237 fast/sub-pixel/table-rows-no-gaps.html |
237 | 238 |
238 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 239 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
239 fast/regions | 240 fast/regions |
240 | 241 |
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2513 fast/profiler/stop-profiling-after-setTimeout.html | 2514 fast/profiler/stop-profiling-after-setTimeout.html |
2514 fast/profiler/dead-time.html | 2515 fast/profiler/dead-time.html |
2515 | 2516 |
2516 # http://webkit.org/b/35981 | 2517 # http://webkit.org/b/35981 |
2517 # Needs a text rebaseline: 30px height difference. | 2518 # Needs a text rebaseline: 30px height difference. |
2518 fast/block/basic/fieldset-stretch-to-legend.html | 2519 fast/block/basic/fieldset-stretch-to-legend.html |
2519 | 2520 |
2520 # [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matchi
ng.html fails | 2521 # [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matchi
ng.html fails |
2521 # https://bugs.webkit.org/show_bug.cgi?id=88913 | 2522 # https://bugs.webkit.org/show_bug.cgi?id=88913 |
2522 http/tests/xmlhttprequest/origin-exact-matching.html | 2523 http/tests/xmlhttprequest/origin-exact-matching.html |
OLD | NEW |