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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 fast/sub-pixel/inline-block-with-margin.html | 210 fast/sub-pixel/inline-block-with-margin.html |
211 fast/sub-pixel/inline-block-with-padding.html | 211 fast/sub-pixel/inline-block-with-padding.html |
212 fast/sub-pixel/large-sizes.html | 212 fast/sub-pixel/large-sizes.html |
213 fast/sub-pixel/layout-boxes-with-zoom.html | 213 fast/sub-pixel/layout-boxes-with-zoom.html |
214 fast/sub-pixel/position-right-aligns-with-container.html | 214 fast/sub-pixel/position-right-aligns-with-container.html |
215 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 215 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
216 fast/sub-pixel/size-of-box-with-zoom.html | 216 fast/sub-pixel/size-of-box-with-zoom.html |
217 fast/sub-pixel/table-rows-no-gaps.html | 217 fast/sub-pixel/table-rows-no-gaps.html |
218 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 218 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
219 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 219 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 220 fast/sub-pixel/snap-negative-location.html |
220 | 221 |
221 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and | 222 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and |
222 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. | 223 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. |
223 # https://bugs.webkit.org/show_bug.cgi?id=81291 | 224 # https://bugs.webkit.org/show_bug.cgi?id=81291 |
224 fast/events/pagehide-timeout.html | 225 fast/events/pagehide-timeout.html |
225 fast/events/pageshow-pagehide-on-back-cached-with-frames.html | 226 fast/events/pageshow-pagehide-on-back-cached-with-frames.html |
226 fast/events/pageshow-pagehide-on-back-cached.html | 227 fast/events/pageshow-pagehide-on-back-cached.html |
227 | 228 |
228 # [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2 | 229 # [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2 |
229 # https://bugs.webkit.org/show_bug.cgi?id=81622 | 230 # https://bugs.webkit.org/show_bug.cgi?id=81622 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 ######################################## | 387 ######################################## |
387 | 388 |
388 | 389 |
389 ###### This file has four sections. When adding new tests, make sure to | 390 ###### This file has four sections. When adding new tests, make sure to |
390 ###### add to the right section: | 391 ###### add to the right section: |
391 | 392 |
392 ### (1) Classified failures with bug reports | 393 ### (1) Classified failures with bug reports |
393 ### (2) Classified failures without bug reports (yet) | 394 ### (2) Classified failures without bug reports (yet) |
394 ### (3) Unclassified failures | 395 ### (3) Unclassified failures |
395 ### (4) Features that are not supported in WebKit2 and likely never will be | 396 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |