Index: LayoutTests/fast/repaint/make-children-non-inline-expected.txt |
diff --git a/LayoutTests/fast/repaint/make-children-non-inline-expected.txt b/LayoutTests/fast/repaint/make-children-non-inline-expected.txt |
index dcefb6e6b446d7687abe6a9cc5bca889e4d00fe5..aa9b9e9cd6b8efa73f0e3538a555e451b18ee9ea 100644 |
--- a/LayoutTests/fast/repaint/make-children-non-inline-expected.txt |
+++ b/LayoutTests/fast/repaint/make-children-non-inline-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 250.00 784.00 72.00) |
- (rect 8.00 222.00 784.00 100.00) |
- (rect 8.00 150.00 10.00 100.00) |
- (rect 8.00 60.00 784.00 162.00) |
- (rect 8.00 60.00 784.00 90.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 250, 784, 72], |
+ [8, 222, 784, 100], |
+ [8, 150, 10, 100], |
+ [8, 60, 784, 162], |
+ [8, 60, 784, 90] |
+ ] |
+ } |
+ ] |
+} |