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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 fast/sub-pixel/inline-block-with-margin.html | 91 fast/sub-pixel/inline-block-with-margin.html |
92 fast/sub-pixel/inline-block-with-padding.html | 92 fast/sub-pixel/inline-block-with-padding.html |
93 fast/sub-pixel/large-sizes.html | 93 fast/sub-pixel/large-sizes.html |
94 fast/sub-pixel/layout-boxes-with-zoom.html | 94 fast/sub-pixel/layout-boxes-with-zoom.html |
95 fast/sub-pixel/position-right-aligns-with-container.html | 95 fast/sub-pixel/position-right-aligns-with-container.html |
96 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 96 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
97 fast/sub-pixel/size-of-box-with-zoom.html | 97 fast/sub-pixel/size-of-box-with-zoom.html |
98 fast/sub-pixel/table-rows-no-gaps.html | 98 fast/sub-pixel/table-rows-no-gaps.html |
99 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 99 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
100 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 100 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 101 fast/sub-pixel/snap-negative-location.html |
101 | 102 |
102 # [WK2][WTR] svg/animations/animate-text-nested-transforms.html fails | 103 # [WK2][WTR] svg/animations/animate-text-nested-transforms.html fails |
103 # https://bugs.webkit.org/show_bug.cgi?id=95191 | 104 # https://bugs.webkit.org/show_bug.cgi?id=95191 |
104 svg/animations/animate-text-nested-transforms.html | 105 svg/animations/animate-text-nested-transforms.html |
105 | 106 |
106 # WebKit2 needs layoutTestController.overridePreference | 107 # WebKit2 needs layoutTestController.overridePreference |
107 # <https://bugs.webkit.org/show_bug.cgi?id=42197> | 108 # <https://bugs.webkit.org/show_bug.cgi?id=42197> |
108 fast/canvas/webgl/framebuffer-object-attachment.html | 109 fast/canvas/webgl/framebuffer-object-attachment.html |
109 fast/canvas/webgl/gl-vertex-attrib-zero-issues.html | 110 fast/canvas/webgl/gl-vertex-attrib-zero-issues.html |
110 fast/canvas/webgl/gl-getshadersource.html | 111 fast/canvas/webgl/gl-getshadersource.html |
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1219 ######################################## | 1220 ######################################## |
1220 | 1221 |
1221 | 1222 |
1222 ###### This file has four sections. When adding new tests, make sure to | 1223 ###### This file has four sections. When adding new tests, make sure to |
1223 ###### add to the right section: | 1224 ###### add to the right section: |
1224 | 1225 |
1225 ### (1) Classified failures with bug reports | 1226 ### (1) Classified failures with bug reports |
1226 ### (2) Classified failures without bug reports (yet) | 1227 ### (2) Classified failures without bug reports (yet) |
1227 ### (3) Unclassified failures | 1228 ### (3) Unclassified failures |
1228 ### (4) Features that are not supported in WebKit2 and likely never will be | 1229 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |