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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 editing/selection/select-across-readonly-input-4.html | 197 editing/selection/select-across-readonly-input-4.html |
198 editing/selection/select-across-readonly-input-5.html | 198 editing/selection/select-across-readonly-input-5.html |
199 fast/events/drag-and-drop-subframe-dataTransfer.html | 199 fast/events/drag-and-drop-subframe-dataTransfer.html |
200 fast/events/drag-selects-image.html | 200 fast/events/drag-selects-image.html |
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/float-containing-block-with-margin.html | 208 fast/sub-pixel/float-containing-block-with-margin.html |
208 fast/sub-pixel/float-with-right-margin-zoom.html | 209 fast/sub-pixel/float-with-right-margin-zoom.html |
209 fast/sub-pixel/float-wrap-with-subpixel-top.html | 210 fast/sub-pixel/float-wrap-with-subpixel-top.html |
210 fast/sub-pixel/inline-block-with-margin.html | 211 fast/sub-pixel/inline-block-with-margin.html |
211 fast/sub-pixel/inline-block-with-padding.html | 212 fast/sub-pixel/inline-block-with-padding.html |
212 fast/sub-pixel/layout-boxes-with-zoom.html | 213 fast/sub-pixel/layout-boxes-with-zoom.html |
| 214 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
213 fast/sub-pixel/size-of-box-with-zoom.html | 215 fast/sub-pixel/size-of-box-with-zoom.html |
214 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 216 fast/sub-pixel/table-rows-no-gaps.html |
215 fast/sub-pixel/file-upload-control-at-fractional-offset.html | |
216 | 217 |
217 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and | 218 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and |
218 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. | 219 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. |
219 # https://bugs.webkit.org/show_bug.cgi?id=81291 | 220 # https://bugs.webkit.org/show_bug.cgi?id=81291 |
220 fast/events/pagehide-timeout.html | 221 fast/events/pagehide-timeout.html |
221 fast/events/pageshow-pagehide-on-back-cached-with-frames.html | 222 fast/events/pageshow-pagehide-on-back-cached-with-frames.html |
222 fast/events/pageshow-pagehide-on-back-cached.html | 223 fast/events/pageshow-pagehide-on-back-cached.html |
223 | 224 |
224 # [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2 | 225 # [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2 |
225 # https://bugs.webkit.org/show_bug.cgi?id=81622 | 226 # https://bugs.webkit.org/show_bug.cgi?id=81622 |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 ######################################## | 352 ######################################## |
352 | 353 |
353 | 354 |
354 ###### This file has four sections. When adding new tests, make sure to | 355 ###### This file has four sections. When adding new tests, make sure to |
355 ###### add to the right section: | 356 ###### add to the right section: |
356 | 357 |
357 ### (1) Classified failures with bug reports | 358 ### (1) Classified failures with bug reports |
358 ### (2) Classified failures without bug reports (yet) | 359 ### (2) Classified failures without bug reports (yet) |
359 ### (3) Unclassified failures | 360 ### (3) Unclassified failures |
360 ### (4) Features that are not supported in WebKit2 and likely never will be | 361 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |