Index: LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt b/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
index 0570d2f8c2c637253c69166aa2483a9b0b9e7142..cc6ee315b2256688691442387b29e6c389bc3212 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 792.00 16.00 5.00 97.00) |
- (rect 30.00 88.00 762.00 20.00) |
- (rect 30.00 88.00 762.00 20.00) |
- (rect 30.00 83.00 767.00 30.00) |
- (rect 30.00 83.00 767.00 30.00) |
- (rect 8.00 108.00 789.00 5.00) |
- (rect 8.00 88.00 784.00 20.00) |
- (rect 8.00 83.00 789.00 30.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [792, 16, 5, 97], |
+ [30, 88, 762, 20], |
+ [30, 88, 762, 20], |
+ [30, 83, 767, 30], |
+ [30, 83, 767, 30], |
+ [8, 108, 789, 5], |
+ [8, 88, 784, 20], |
+ [8, 83, 789, 30] |
+ ] |
+ } |
+ ] |
+} |