Index: LayoutTests/platform/mac/fast/repaint/stacked-diacritics-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/stacked-diacritics-expected.txt b/LayoutTests/platform/mac/fast/repaint/stacked-diacritics-expected.txt |
index 156324f5575a83fda45944c84b0fa352c4da84ed..9b0f38f09046573bc5a3ba0f2a8e963773833de9 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/stacked-diacritics-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/stacked-diacritics-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 19.00 154.00 200.00 46.00) |
- (rect 19.00 154.00 200.00 46.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [19, 154, 200, 46], |
+ [19, 154, 200, 46] |
+ ] |
+ } |
+ ] |
+} |