| OLD | NEW |
| 1 A squashing Layer that becomes non-composited should correctly send a repaint in
validation to the new container GraphicsLayer that it paints into. When run inte
ractively, hovering over the force-composited gray div should not cause other la
yers to disappear. | 1 A squashing Layer that becomes non-composited should correctly send a repaint in
validation to the new container GraphicsLayer that it paints into. When run inte
ractively, hovering over the force-composited gray div should not cause other la
yers to disappear. |
| 2 | 2 |
| 3 CASE 1, original layer tree: | 3 CASE 1, original layer tree: |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "children": [ | 6 "children": [ |
| 7 { | 7 { |
| 8 "bounds": [800, 600], | 8 "bounds": [800, 600], |
| 9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
| 10 "drawsContent": true, | 10 "drawsContent": true, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "reason": "compositing update" | 50 "reason": "compositing update" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'", | 53 "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'", |
| 54 "rect": [140, 140, 100, 100], | 54 "rect": [140, 140, 100, 100], |
| 55 "reason": "compositing update" | 55 "reason": "compositing update" |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 "object": "LayoutBlockFlow (positioned) DIV id='forceComposited' class
='underneath'", | 58 "object": "LayoutBlockFlow (positioned) DIV id='forceComposited' class
='underneath'", |
| 59 "rect": [60, 60, 100, 100], | 59 "rect": [60, 60, 100, 100], |
| 60 "reason": "style change" | 60 "reason": "subtree" |
| 61 } | 61 } |
| 62 ] | 62 ] |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 | 66 |
| OLD | NEW |