| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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-should-not-wrap.html |
| 212 fast/sub-pixel/inline-block-with-margin.html | 212 fast/sub-pixel/inline-block-with-margin.html |
| 213 fast/sub-pixel/inline-block-with-padding.html | 213 fast/sub-pixel/inline-block-with-padding.html |
| 214 fast/sub-pixel/large-sizes.html |
| 214 fast/sub-pixel/layout-boxes-with-zoom.html | 215 fast/sub-pixel/layout-boxes-with-zoom.html |
| 215 fast/sub-pixel/position-right-aligns-with-container.html | 216 fast/sub-pixel/position-right-aligns-with-container.html |
| 216 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 217 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
| 217 fast/sub-pixel/size-of-box-with-zoom.html | 218 fast/sub-pixel/size-of-box-with-zoom.html |
| 218 fast/sub-pixel/table-rows-no-gaps.html | 219 fast/sub-pixel/table-rows-no-gaps.html |
| 219 | 220 |
| 220 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and | 221 # fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frame
s.html, and |
| 221 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. | 222 # pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit tester
s. |
| 222 # https://bugs.webkit.org/show_bug.cgi?id=81291 | 223 # https://bugs.webkit.org/show_bug.cgi?id=81291 |
| 223 fast/events/pagehide-timeout.html | 224 fast/events/pagehide-timeout.html |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 ######################################## | 373 ######################################## |
| 373 | 374 |
| 374 | 375 |
| 375 ###### This file has four sections. When adding new tests, make sure to | 376 ###### This file has four sections. When adding new tests, make sure to |
| 376 ###### add to the right section: | 377 ###### add to the right section: |
| 377 | 378 |
| 378 ### (1) Classified failures with bug reports | 379 ### (1) Classified failures with bug reports |
| 379 ### (2) Classified failures without bug reports (yet) | 380 ### (2) Classified failures without bug reports (yet) |
| 380 ### (3) Unclassified failures | 381 ### (3) Unclassified failures |
| 381 ### (4) Features that are not supported in WebKit2 and likely never will be | 382 ### (4) Features that are not supported in WebKit2 and likely never will be |
| OLD | NEW |