Index: LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt |
diff --git a/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt b/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt |
index d4eb5363125c364ad58cf74f60b6d1df6256c531..fa74563e97eed1f90642bec8b008a161bc9d9a27 100644 |
--- a/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt |
+++ b/LayoutTests/fast/repaint/mix-blend-mode-separate-stacking-context-expected.txt |
@@ -1,25 +1,25 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 328.00 28.00 60.00 60.00) |
- (rect 328.00 28.00 60.00 60.00) |
- (rect 248.00 48.00 60.00 60.00) |
- (rect 248.00 48.00 60.00 60.00) |
- (rect 188.00 28.00 20.00 80.00) |
- (rect 148.00 48.00 60.00 60.00) |
- (rect 148.00 48.00 60.00 60.00) |
- (rect 128.00 88.00 80.00 20.00) |
- (rect 88.00 28.00 20.00 80.00) |
- (rect 48.00 48.00 60.00 60.00) |
- (rect 48.00 48.00 60.00 60.00) |
- (rect 28.00 88.00 80.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [328, 28, 60, 60], |
+ [328, 28, 60, 60], |
+ [248, 48, 60, 60], |
+ [248, 48, 60, 60], |
+ [188, 28, 20, 80], |
+ [148, 48, 60, 60], |
+ [148, 48, 60, 60], |
+ [128, 88, 80, 20], |
+ [88, 28, 20, 80], |
+ [48, 48, 60, 60], |
+ [48, 48, 60, 60], |
+ [28, 88, 80, 20] |
+ ] |
+ } |
+ ] |
+} |