Index: LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt b/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt |
index b11da3e68cd275c5c2bed022ba8977cce1f31344..84bc4317f4e6c015798d94f194dae8dc37de7499 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/layout-state-scrolloffset2-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 111.00 131.00 50.00 50.00) |
- (rect 102.00 122.00 50.00 50.00) |
- (rect 101.00 121.00 102.00 102.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [111, 131, 50, 50], |
+ [102, 122, 50, 50], |
+ [101, 121, 102, 102] |
+ ] |
+ } |
+ ] |
+} |