OLD | NEW |
1 # Expectations for slimming paint v2 | 1 # Expectations for slimming paint v2 |
2 # See: https://docs.google.com/document/d/1QCM912Dr6u38DqyQqd7pxQxDy8FFOoWMMDq7u
AXqKdA/view | 2 # See: https://docs.google.com/document/d/1QCM912Dr6u38DqyQqd7pxQxDy8FFOoWMMDq7u
AXqKdA/view |
3 # We are focused on fast/, compositing/, and svg/ with all other directories ski
pped (for now). | 3 # We are focused on fast/, compositing/, and svg/ with all other directories ski
pped (for now). |
4 | 4 |
5 Bug(none) accessibility/ [ Skip ] | 5 Bug(none) accessibility/ [ Skip ] |
6 Bug(none) animations/ [ Skip ] | 6 Bug(none) animations/ [ Skip ] |
7 Bug(none) app_banner/ [ Skip ] | 7 Bug(none) app_banner/ [ Skip ] |
8 Bug(none) battery-status/ [ Skip ] | 8 Bug(none) battery-status/ [ Skip ] |
9 Bug(none) bindings/ [ Skip ] | 9 Bug(none) bindings/ [ Skip ] |
10 Bug(none) bluetooth/ [ Skip ] | 10 Bug(none) bluetooth/ [ Skip ] |
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1218 Bug(none) svg/clip-path/clip-path-on-svg.svg [ Failure ] | 1218 Bug(none) svg/clip-path/clip-path-on-svg.svg [ Failure ] |
1219 Bug(none) svg/clip-path/clip-path-pixelation.svg [ Failure ] | 1219 Bug(none) svg/clip-path/clip-path-pixelation.svg [ Failure ] |
1220 Bug(none) svg/clip-path/clip-path-shape-ellipse-2.svg [ Failure ] | 1220 Bug(none) svg/clip-path/clip-path-shape-ellipse-2.svg [ Failure ] |
1221 Bug(none) svg/clip-path/clip-path-transform-1.svg [ Failure ] | 1221 Bug(none) svg/clip-path/clip-path-transform-1.svg [ Failure ] |
1222 Bug(none) svg/clip-path/clip-path-transform-2.svg [ Failure ] | 1222 Bug(none) svg/clip-path/clip-path-transform-2.svg [ Failure ] |
1223 Bug(none) svg/clip-path/clip-path-use-as-child.svg [ Failure ] | 1223 Bug(none) svg/clip-path/clip-path-use-as-child.svg [ Failure ] |
1224 Bug(none) svg/clip-path/clip-path-userSpaceOnUse.svg [ Failure ] | 1224 Bug(none) svg/clip-path/clip-path-userSpaceOnUse.svg [ Failure ] |
1225 Bug(none) svg/clip-path/clipper-placement-issue.svg [ Failure ] | 1225 Bug(none) svg/clip-path/clipper-placement-issue.svg [ Failure ] |
1226 Bug(none) svg/clip-path/deep-nested-clip-in-mask-panning.svg [ Failure ] | 1226 Bug(none) svg/clip-path/deep-nested-clip-in-mask-panning.svg [ Failure ] |
1227 Bug(none) svg/clip-path/multiple-nested-clip-paths-crash.html [ Failure ] | 1227 Bug(none) svg/clip-path/multiple-nested-clip-paths-crash.html [ Failure ] |
| 1228 Bug(none) svg/clip-path/nested-empty-clip.html [ Failure ] |
1228 Bug(none) svg/css/text-shadow-multiple.xhtml [ Failure ] | 1229 Bug(none) svg/css/text-shadow-multiple.xhtml [ Failure ] |
1229 Bug(none) svg/custom/absolute-root-position-masking.xhtml [ Failure ] | 1230 Bug(none) svg/custom/absolute-root-position-masking.xhtml [ Failure ] |
1230 Bug(none) svg/custom/alignment-baseline-modes.svg [ Failure ] | 1231 Bug(none) svg/custom/alignment-baseline-modes.svg [ Failure ] |
1231 Bug(none) svg/custom/bug45331.svg [ Failure ] | 1232 Bug(none) svg/custom/bug45331.svg [ Failure ] |
1232 Bug(none) svg/custom/circular-marker-reference-1.svg [ Failure ] | 1233 Bug(none) svg/custom/circular-marker-reference-1.svg [ Failure ] |
1233 Bug(none) svg/custom/circular-marker-reference-2.svg [ Failure ] | 1234 Bug(none) svg/custom/circular-marker-reference-2.svg [ Failure ] |
1234 Bug(none) svg/custom/circular-marker-reference-3.svg [ Failure ] | 1235 Bug(none) svg/custom/circular-marker-reference-3.svg [ Failure ] |
1235 Bug(none) svg/custom/circular-marker-reference-4.svg [ Failure ] | 1236 Bug(none) svg/custom/circular-marker-reference-4.svg [ Failure ] |
1236 Bug(none) svg/custom/clamped-masking-clipping.svg [ Failure ] | 1237 Bug(none) svg/custom/clamped-masking-clipping.svg [ Failure ] |
1237 Bug(none) svg/custom/clip-mask-negative-scale.svg [ Failure ] | 1238 Bug(none) svg/custom/clip-mask-negative-scale.svg [ Failure ] |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2162 # fast/forms/search/search-vertical-alignment.html | 2163 # fast/forms/search/search-vertical-alignment.html |
2163 # fast/forms/search/searchfield-heights.html | 2164 # fast/forms/search/searchfield-heights.html |
2164 # fast/forms/text/text-font-height-mismatch.html | 2165 # fast/forms/text/text-font-height-mismatch.html |
2165 # fast/forms/text/textfield-overflow-by-value-update.html | 2166 # fast/forms/text/textfield-overflow-by-value-update.html |
2166 # fast/replaced/width100percent-searchfield.html | 2167 # fast/replaced/width100percent-searchfield.html |
2167 # | 2168 # |
2168 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. | 2169 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. |
2169 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is | 2170 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is |
2170 # also tracked in crbug.com/548184). | 2171 # also tracked in crbug.com/548184). |
2171 # transforms/transform-overflow.html | 2172 # transforms/transform-overflow.html |
OLD | NEW |