Index: LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt b/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt |
index 6bcb42221955571089170df00965ee7c9ed6acd5..ebd4a3dd575d38ffd0668bd37b071bb20200087a 100644 |
--- a/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 548.00 190.00 23.00 36.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [548, 190, 23, 36] |
+ ] |
+ } |
+ ] |
+} |