OLD | NEW |
1 # <rdar://problem/7091352> Some plug-in tests show missing NPP_Destroy call | 1 # <rdar://problem/7091352> Some plug-in tests show missing NPP_Destroy call |
2 plugins/netscape-destroy-plugin-script-objects.html | 2 plugins/netscape-destroy-plugin-script-objects.html |
3 plugins/open-and-close-window-with-plugin.html | 3 plugins/open-and-close-window-with-plugin.html |
4 plugins/geturlnotify-during-document-teardown.html | 4 plugins/geturlnotify-during-document-teardown.html |
5 | 5 |
6 # These tests fail on the SnowLeopard bot from time to time (https://bugs.webkit
.org/show_bug.cgi?id=32229) | 6 # These tests fail on the SnowLeopard bot from time to time (https://bugs.webkit
.org/show_bug.cgi?id=32229) |
7 plugins/document-open.html | 7 plugins/document-open.html |
8 plugins/mouse-events.html | 8 plugins/mouse-events.html |
9 | 9 |
10 # These need a newer version of Safari. | 10 # These need a newer version of Safari. |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 fast/sub-pixel/inline-block-with-margin.html | 206 fast/sub-pixel/inline-block-with-margin.html |
207 fast/sub-pixel/inline-block-with-padding.html | 207 fast/sub-pixel/inline-block-with-padding.html |
208 fast/sub-pixel/large-sizes.html | 208 fast/sub-pixel/large-sizes.html |
209 fast/sub-pixel/layout-boxes-with-zoom.html | 209 fast/sub-pixel/layout-boxes-with-zoom.html |
210 fast/sub-pixel/position-right-aligns-with-container.html | 210 fast/sub-pixel/position-right-aligns-with-container.html |
211 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 211 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
212 fast/sub-pixel/size-of-box-with-zoom.html | 212 fast/sub-pixel/size-of-box-with-zoom.html |
213 fast/sub-pixel/table-rows-no-gaps.html | 213 fast/sub-pixel/table-rows-no-gaps.html |
214 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 214 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
215 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 215 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 216 fast/sub-pixel/snap-negative-location.html |
216 | 217 |
217 # Frame::findString does nothing on pages that prevent selection | 218 # Frame::findString does nothing on pages that prevent selection |
218 # https://bugs.webkit.org/show_bug.cgi?id=40361 | 219 # https://bugs.webkit.org/show_bug.cgi?id=40361 |
219 editing/text-iterator/findString-selection-disabled.html | 220 editing/text-iterator/findString-selection-disabled.html |
220 | 221 |
221 # Dictated text input is not supported on this platform | 222 # Dictated text input is not supported on this platform |
222 platform/mac/editing/input/edit-dictated-text-with-alternative.html | 223 platform/mac/editing/input/edit-dictated-text-with-alternative.html |
223 platform/mac/editing/input/insert-dictated-text.html | 224 platform/mac/editing/input/insert-dictated-text.html |
OLD | NEW |