OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2010 Apple Inc. All rights reserved. | 2 # Copyright (C) 2010 Apple Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions | 5 # modification, are permitted provided that the following conditions |
6 # are met: | 6 # are met: |
7 # | 7 # |
8 # 1. Redistributions of source code must retain the above copyright | 8 # 1. Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # 2. Redistributions in binary form must reproduce the above copyright | 10 # 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 fast/events/remove-target-with-shadow-in-drag.html | 201 fast/events/remove-target-with-shadow-in-drag.html |
202 | 202 |
203 # Fail until SUBPIXEL_LAYOUT is enabled | 203 # Fail until SUBPIXEL_LAYOUT is enabled |
204 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 204 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
205 fast/sub-pixel/client-rect-has-subpixel-precision.html | 205 fast/sub-pixel/client-rect-has-subpixel-precision.html |
206 fast/sub-pixel/client-width-height-snapping.html | 206 fast/sub-pixel/client-width-height-snapping.html |
207 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 207 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
208 fast/sub-pixel/float-containing-block-with-margin.html | 208 fast/sub-pixel/float-containing-block-with-margin.html |
209 fast/sub-pixel/float-with-right-margin-zoom.html | 209 fast/sub-pixel/float-with-right-margin-zoom.html |
210 fast/sub-pixel/float-wrap-with-subpixel-top.html | 210 fast/sub-pixel/float-wrap-with-subpixel-top.html |
| 211 fast/sub-pixel/inline-block-should-not-wrap.html |
211 fast/sub-pixel/inline-block-with-margin.html | 212 fast/sub-pixel/inline-block-with-margin.html |
212 fast/sub-pixel/inline-block-with-padding.html | 213 fast/sub-pixel/inline-block-with-padding.html |
213 fast/sub-pixel/layout-boxes-with-zoom.html | 214 fast/sub-pixel/layout-boxes-with-zoom.html |
214 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 215 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
215 fast/sub-pixel/size-of-box-with-zoom.html | 216 fast/sub-pixel/size-of-box-with-zoom.html |
216 fast/sub-pixel/table-rows-no-gaps.html | 217 fast/sub-pixel/table-rows-no-gaps.html |
217 | 218 |
218 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and | 219 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and |
219 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. | 220 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. |
220 # https://bugs.webkit.org/show_bug.cgi?id=81291 | 221 # https://bugs.webkit.org/show_bug.cgi?id=81291 |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 ######################################## | 353 ######################################## |
353 | 354 |
354 | 355 |
355 ###### This file has four sections. When adding new tests, make sure to | 356 ###### This file has four sections. When adding new tests, make sure to |
356 ###### add to the right section: | 357 ###### add to the right section: |
357 | 358 |
358 ### (1) Classified failures with bug reports | 359 ### (1) Classified failures with bug reports |
359 ### (2) Classified failures without bug reports (yet) | 360 ### (2) Classified failures without bug reports (yet) |
360 ### (3) Unclassified failures | 361 ### (3) Unclassified failures |
361 ### (4) Features that are not supported in WebKit2 and likely never will be | 362 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |