Index: LayoutTests/fast/repaint/inline-vertical-rl-overflow-expected.txt |
diff --git a/LayoutTests/fast/repaint/inline-vertical-rl-overflow-expected.txt b/LayoutTests/fast/repaint/inline-vertical-rl-overflow-expected.txt |
index 358c6eb25725537ef419213d7470fb968e37eeae..d06a2745641c627a4c86552480a6b30457ba4c8d 100644 |
--- a/LayoutTests/fast/repaint/inline-vertical-rl-overflow-expected.txt |
+++ b/LayoutTests/fast/repaint/inline-vertical-rl-overflow-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 667.00 33.00 100.00 250.00) |
- (rect 667.00 33.00 100.00 250.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [667, 33, 100, 250], |
+ [667, 33, 100, 250] |
+ ] |
+ } |
+ ] |
+} |