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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 java/ | 101 java/ |
102 | 102 |
103 # Fail until SUBPIXEL_LAYOUT is enabled | 103 # Fail until SUBPIXEL_LAYOUT is enabled |
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-with-margin.html | 112 fast/sub-pixel/inline-block-with-margin.html |
112 fast/sub-pixel/inline-block-with-padding.html | 113 fast/sub-pixel/inline-block-with-padding.html |
113 fast/sub-pixel/layout-boxes-with-zoom.html | 114 fast/sub-pixel/layout-boxes-with-zoom.html |
114 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 115 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
115 fast/sub-pixel/size-of-box-with-zoom.html | 116 fast/sub-pixel/size-of-box-with-zoom.html |
116 fast/sub-pixel/table-rows-no-gaps.html | 117 fast/sub-pixel/table-rows-no-gaps.html |
117 | 118 |
118 # This media test always failed on Lion | 119 # This media test always failed on Lion |
119 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> | 120 # https://bugs.webkit.org/show_bug.cgi?id=86527 and <rdar://problem/11458493> |
120 http/tests/media/video-query-url.html | 121 http/tests/media/video-query-url.html |
121 | 122 |
122 # https://bugs.webkit.org/show_bug.cgi?id=86785 | 123 # https://bugs.webkit.org/show_bug.cgi?id=86785 |
123 fast/repaint/float-overflow-right.html | 124 fast/repaint/float-overflow-right.html |
124 fast/repaint/float-overflow.html | 125 fast/repaint/float-overflow.html |
OLD | NEW |