Index: LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt b/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt |
index fffb311dc35dc79d33945adc829b6603e05be3d2..3302cc07c5747dab08917968865ef67f8eb908b3 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 68.00 39.00 18.00) |
- (rect 8.00 68.00 39.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 68, 39, 18], |
+ [8, 68, 39, 18] |
+ ] |
+ } |
+ ] |
+} |