Index: LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
diff --git a/LayoutTests/fast/repaint/absolute-position-changed-expected.txt b/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
index 20c2fb06bbc07e086546a885d6673ea434c40abe..d3ee6d8e5a39e104ad9997325d09a596182ac623 100644 |
--- a/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
+++ b/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 785.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 700.00 100.00 100.00) |
- (rect 100.00 500.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [785, 2016], |
+ "children": [ |
+ { |
+ "bounds": [785, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 700, 100, 100], |
+ [100, 500, 100, 100] |
+ ] |
+ } |
+ ] |
+} |