Index: LayoutTests/platform/mac/fast/repaint/outline-clip-change-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/outline-clip-change-expected.txt b/LayoutTests/platform/mac/fast/repaint/outline-clip-change-expected.txt |
index bb2996704132d2571c37b1386cbd9e3c9e17189c..4cdcab4ee47982d3e0b3e3bf5be7760c68ce3cf8 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/outline-clip-change-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/outline-clip-change-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 48.00 102.00 85.00 18.00) |
- (rect 48.00 102.00 85.00 18.00) |
- (rect 43.00 97.00 95.00 28.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [48, 102, 85, 18], |
+ [48, 102, 85, 18], |
+ [43, 97, 95, 28] |
+ ] |
+ } |
+ ] |
+} |