Index: LayoutTests/fast/repaint/fixed-tranformed-expected.txt |
diff --git a/LayoutTests/fast/repaint/fixed-tranformed-expected.txt b/LayoutTests/fast/repaint/fixed-tranformed-expected.txt |
index 53d3bb822e8bc9e002debd7bc7475a5240c38e78..4ee496e5460a5b7e65d6971c4942615b5f290467 100644 |
--- a/LayoutTests/fast/repaint/fixed-tranformed-expected.txt |
+++ b/LayoutTests/fast/repaint/fixed-tranformed-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 785.00 1000.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 1000.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 60.00 110.00 100.00 100.00) |
- (rect 60.00 110.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [785, 1000], |
+ "children": [ |
+ { |
+ "bounds": [785, 1000], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [60, 110, 100, 100], |
+ [60, 110, 100, 100] |
+ ] |
+ } |
+ ] |
+} |