Index: LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
diff --git a/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt b/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
index 6d1374d73c5d7e6ae2ab9fc8cd1a58ec28624deb..e3c71c9057aba5669c7ba16833b459d377678b7a 100644 |
--- a/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
+++ b/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-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 18.00 100.00 190.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 18, 100, 190] |
+ ] |
+ } |
+ ] |
+} |