Index: LayoutTests/platform/linux/fast/repaint/line-in-scrolled-clipped-block-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/line-in-scrolled-clipped-block-expected.txt b/LayoutTests/platform/linux/fast/repaint/line-in-scrolled-clipped-block-expected.txt |
index a19ce9565f3bc5655dbedd19dde5707178555fac..e1c04451c784c577a66ececdc75183e3084af198 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/line-in-scrolled-clipped-block-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/line-in-scrolled-clipped-block-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 100.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 100, 19] |
+ ] |
+ } |
+ ] |
+} |