| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 Bug(none) wake_lock/ [ Skip ] | 72 Bug(none) wake_lock/ [ Skip ] |
| 73 Bug(none) web-animations-api/ [ Skip ] | 73 Bug(none) web-animations-api/ [ Skip ] |
| 74 Bug(none) webaudio/ [ Skip ] | 74 Bug(none) webaudio/ [ Skip ] |
| 75 Bug(none) webexposed/ [ Skip ] | 75 Bug(none) webexposed/ [ Skip ] |
| 76 Bug(none) webmidi/ [ Skip ] | 76 Bug(none) webmidi/ [ Skip ] |
| 77 Bug(none) xmlviewer/ [ Skip ] | 77 Bug(none) xmlviewer/ [ Skip ] |
| 78 | 78 |
| 79 Bug(none) broadcastchannel/blobs.html [ Pass Failure ] | 79 Bug(none) broadcastchannel/blobs.html [ Pass Failure ] |
| 80 Bug(none) compositing/3d-cube.html [ Failure ] | 80 Bug(none) compositing/3d-cube.html [ Failure ] |
| 81 Bug(none) compositing/absolute-inside-out-of-view-fixed.html [ Failure ] | 81 Bug(none) compositing/absolute-inside-out-of-view-fixed.html [ Failure ] |
| 82 crbug.com/668342 compositing/always-composite-fixed-position-when-descendants-co
mposite.html [ Failure ] |
| 82 Bug(none) compositing/animation/hidden-composited.html [ Failure ] | 83 Bug(none) compositing/animation/hidden-composited.html [ Failure ] |
| 83 Bug(none) compositing/backface-visibility/backface-visibility-image.html [ Failu
re ] | 84 Bug(none) compositing/backface-visibility/backface-visibility-image.html [ Failu
re ] |
| 84 Bug(none) compositing/backface-visibility/backface-visibility-webgl.html [ Failu
re ] | 85 Bug(none) compositing/backface-visibility/backface-visibility-webgl.html [ Failu
re ] |
| 85 Bug(none) compositing/background-color/background-color-outside-document.html [
Crash Timeout ] | 86 Bug(none) compositing/background-color/background-color-outside-document.html [
Crash Timeout ] |
| 86 Bug(none) compositing/canvas-with-object-fit-contain-in-composited-layer.html [
Failure ] | 87 Bug(none) compositing/canvas-with-object-fit-contain-in-composited-layer.html [
Failure ] |
| 87 Bug(none) compositing/change-preferCompositingToLCDText-setting.html [ Failure ] | 88 Bug(none) compositing/change-preferCompositingToLCDText-setting.html [ Failure ] |
| 88 Bug(none) compositing/clip-child-by-non-stacking-ancestor.html [ Failure ] | 89 Bug(none) compositing/clip-child-by-non-stacking-ancestor.html [ Failure ] |
| 89 Bug(none) compositing/color-matching/image-color-matching.html [ Failure ] | 90 Bug(none) compositing/color-matching/image-color-matching.html [ Failure ] |
| 90 Bug(none) compositing/columns/composited-in-paginated.html [ Failure ] | 91 Bug(none) compositing/columns/composited-in-paginated.html [ Failure ] |
| 91 Bug(none) compositing/contents-opaque/background-clip.html [ Failure ] | 92 Bug(none) compositing/contents-opaque/background-clip.html [ Failure ] |
| (...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2169 # fast/forms/search/search-vertical-alignment.html | 2170 # fast/forms/search/search-vertical-alignment.html |
| 2170 # fast/forms/search/searchfield-heights.html | 2171 # fast/forms/search/searchfield-heights.html |
| 2171 # fast/forms/text/text-font-height-mismatch.html | 2172 # fast/forms/text/text-font-height-mismatch.html |
| 2172 # fast/forms/text/textfield-overflow-by-value-update.html | 2173 # fast/forms/text/textfield-overflow-by-value-update.html |
| 2173 # fast/replaced/width100percent-searchfield.html | 2174 # fast/replaced/width100percent-searchfield.html |
| 2174 # | 2175 # |
| 2175 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. | 2176 # SPv2 correctly positions a background clip that includes the transformed size
of div #two. |
| 2176 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is | 2177 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper
(the issue is |
| 2177 # also tracked in crbug.com/548184). | 2178 # also tracked in crbug.com/548184). |
| 2178 # transforms/transform-overflow.html | 2179 # transforms/transform-overflow.html |
| OLD | NEW |