| OLD | NEW |
| 1 # --- Canvas --- | 1 # --- Canvas --- |
| 2 | 2 |
| 3 # This test incorrectly checks the shadow blur's distance and needs to be fixed | 3 # This test incorrectly checks the shadow blur's distance and needs to be fixed |
| 4 # <rdar://problem/9326220> | 4 # <rdar://problem/9326220> |
| 5 fast/canvas/canvas-scale-shadowBlur.html | 5 fast/canvas/canvas-scale-shadowBlur.html |
| 6 | 6 |
| 7 # These tests are potentially broken in the same way as "canvas-scale-shadowBlur
" | 7 # These tests are potentially broken in the same way as "canvas-scale-shadowBlur
" |
| 8 fast/canvas/canvas-strokePath-gradient-shadow.html | 8 fast/canvas/canvas-strokePath-gradient-shadow.html |
| 9 fast/canvas/canvas-strokeRect-alpha-shadow.html | 9 fast/canvas/canvas-strokeRect-alpha-shadow.html |
| 10 # <rdar://problem/9924676> | 10 # <rdar://problem/9924676> |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 fast/sub-pixel/inline-block-with-margin.html | 112 fast/sub-pixel/inline-block-with-margin.html |
| 113 fast/sub-pixel/inline-block-with-padding.html | 113 fast/sub-pixel/inline-block-with-padding.html |
| 114 fast/sub-pixel/large-sizes.html | 114 fast/sub-pixel/large-sizes.html |
| 115 fast/sub-pixel/layout-boxes-with-zoom.html | 115 fast/sub-pixel/layout-boxes-with-zoom.html |
| 116 fast/sub-pixel/position-right-aligns-with-container.html | 116 fast/sub-pixel/position-right-aligns-with-container.html |
| 117 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 117 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
| 118 fast/sub-pixel/size-of-box-with-zoom.html | 118 fast/sub-pixel/size-of-box-with-zoom.html |
| 119 fast/sub-pixel/table-rows-no-gaps.html | 119 fast/sub-pixel/table-rows-no-gaps.html |
| 120 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 120 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
| 121 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 121 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 122 fast/sub-pixel/snap-negative-location.html |
| 122 | 123 |
| 123 # This media test always failed on Lion | 124 # This media test always failed on Lion |
| 124 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> | 125 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> |
| 125 http/tests/media/video-query-url.html | 126 http/tests/media/video-query-url.html |
| 126 | 127 |
| 127 # https://bugs.webkit.org/show_bug.cgi?id=86785 | 128 # https://bugs.webkit.org/show_bug.cgi?id=86785 |
| 128 fast/repaint/float-overflow-right.html | 129 fast/repaint/float-overflow-right.html |
| 129 fast/repaint/float-overflow.html | 130 fast/repaint/float-overflow.html |
| 130 | 131 |
| 131 # https://bugs.webkit.org/show_bug.cgi?id=92573 | 132 # https://bugs.webkit.org/show_bug.cgi?id=92573 |
| 132 http/tests/misc/submit-post-keygen.html | 133 http/tests/misc/submit-post-keygen.html |
| 133 | 134 |
| 134 # <rdar://problem/11991881> | 135 # <rdar://problem/11991881> |
| 135 inspector/profiler/heap-snapshot-containment-show-all.html | 136 inspector/profiler/heap-snapshot-containment-show-all.html |
| 136 inspector/debugger/debugger-expand-scope.html | 137 inspector/debugger/debugger-expand-scope.html |
| 137 | 138 |
| 138 # Lion does not support web notifications | 139 # Lion does not support web notifications |
| 139 http/tests/notifications | 140 http/tests/notifications |
| OLD | NEW |