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 ] |
11 Bug(none) canvas/ [ Skip ] | 11 Bug(none) canvas/ [ Skip ] |
12 Bug(none) crypto/ [ Skip ] | 12 Bug(none) crypto/ [ Skip ] |
13 Bug(none) css-parser/ [ Skip ] | 13 Bug(none) css-parser/ [ Skip ] |
14 Bug(none) css1/ [ Skip ] | 14 Bug(none) css1/ [ Skip ] |
| 15 Bug(none) virtual/mojo-loading/css1/ [ Skip ] |
15 Bug(none) css2.1/ [ Skip ] | 16 Bug(none) css2.1/ [ Skip ] |
16 Bug(none) css3/ [ Skip ] | 17 Bug(none) css3/ [ Skip ] |
17 Bug(none) css3/blending [ Pass ] | 18 Bug(none) css3/blending [ Pass ] |
18 Bug(none) cssom/ [ Skip ] | 19 Bug(none) cssom/ [ Skip ] |
19 Bug(none) csspaint/ [ Skip ] | 20 Bug(none) csspaint/ [ Skip ] |
20 Bug(none) custom-elements/ [ Skip ] | 21 Bug(none) custom-elements/ [ Skip ] |
21 Bug(none) dialog/ [ Skip ] | 22 Bug(none) dialog/ [ Skip ] |
22 Bug(none) dom/ [ Skip ] | 23 Bug(none) dom/ [ Skip ] |
23 Bug(none) editing/ [ Skip ] | 24 Bug(none) editing/ [ Skip ] |
24 Bug(none) fonts/ [ Skip ] | 25 Bug(none) fonts/ [ Skip ] |
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2209 # fast/forms/search/search-vertical-alignment.html | 2210 # fast/forms/search/search-vertical-alignment.html |
2210 # fast/forms/search/searchfield-heights.html | 2211 # fast/forms/search/searchfield-heights.html |
2211 # fast/forms/text/text-font-height-mismatch.html | 2212 # fast/forms/text/text-font-height-mismatch.html |
2212 # fast/forms/text/textfield-overflow-by-value-update.html | 2213 # fast/forms/text/textfield-overflow-by-value-update.html |
2213 # fast/replaced/width100percent-searchfield.html | 2214 # fast/replaced/width100percent-searchfield.html |
2214 # | 2215 # |
2215 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. | 2216 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. |
2216 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is | 2217 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is |
2217 # also tracked in crbug.com/548184). | 2218 # also tracked in crbug.com/548184). |
2218 # transforms/transform-overflow.html | 2219 # transforms/transform-overflow.html |
OLD | NEW |