Index: LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt b/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt |
index d642c0c9aa738772efe13840a47ff6515ad280f8..3879b2710236e48dd306246466c82890ea2d6c9f 100644 |
--- a/LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt |
+++ b/LayoutTests/platform/win/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 159.00 200.00 42.00) |
- (rect 19.00 159.00 200.00 42.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [19, 159, 200, 42], |
+ [19, 159, 200, 42] |
+ ] |
+ } |
+ ] |
+} |