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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 104 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
105 fast/sub-pixel/client-rect-has-subpixel-precision.html | 105 fast/sub-pixel/client-rect-has-subpixel-precision.html |
106 fast/sub-pixel/client-width-height-snapping.html | 106 fast/sub-pixel/client-width-height-snapping.html |
107 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 107 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
108 fast/sub-pixel/float-containing-block-with-margin.html | 108 fast/sub-pixel/float-containing-block-with-margin.html |
109 fast/sub-pixel/float-with-right-margin-zoom.html | 109 fast/sub-pixel/float-with-right-margin-zoom.html |
110 fast/sub-pixel/float-wrap-with-subpixel-top.html | 110 fast/sub-pixel/float-wrap-with-subpixel-top.html |
111 fast/sub-pixel/inline-block-should-not-wrap.html | 111 fast/sub-pixel/inline-block-should-not-wrap.html |
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/layout-boxes-with-zoom.html | 115 fast/sub-pixel/layout-boxes-with-zoom.html |
115 fast/sub-pixel/position-right-aligns-with-container.html | 116 fast/sub-pixel/position-right-aligns-with-container.html |
116 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 117 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
117 fast/sub-pixel/size-of-box-with-zoom.html | 118 fast/sub-pixel/size-of-box-with-zoom.html |
118 fast/sub-pixel/table-rows-no-gaps.html | 119 fast/sub-pixel/table-rows-no-gaps.html |
119 | 120 |
120 # This media test always failed on Lion | 121 # This media test always failed on Lion |
121 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> | 122 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> |
122 http/tests/media/video-query-url.html | 123 http/tests/media/video-query-url.html |
123 | 124 |
124 # https://bugs.webkit.org/show_bug.cgi?id=86785 | 125 # https://bugs.webkit.org/show_bug.cgi?id=86785 |
125 fast/repaint/float-overflow-right.html | 126 fast/repaint/float-overflow-right.html |
126 fast/repaint/float-overflow.html | 127 fast/repaint/float-overflow.html |
127 | 128 |
128 # https://bugs.webkit.org/show_bug.cgi?id=92573 | 129 # https://bugs.webkit.org/show_bug.cgi?id=92573 |
129 http/tests/misc/submit-post-keygen.html | 130 http/tests/misc/submit-post-keygen.html |
130 | 131 |
131 # <rdar://problem/11991881> | 132 # <rdar://problem/11991881> |
132 inspector/profiler/heap-snapshot-containment-show-all.html | 133 inspector/profiler/heap-snapshot-containment-show-all.html |
133 inspector/debugger/debugger-expand-scope.html | 134 inspector/debugger/debugger-expand-scope.html |
OLD | NEW |