Index: LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt |
diff --git a/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt b/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt |
index e446d676cf23a38f127a5f0827a45b79ab2810e9..2775c0f2f6580aca49a39faf9f70a574f777049c 100644 |
--- a/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt |
+++ b/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-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 8.00 100.00 50.00) |
- (rect 8.00 8.00 100.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 100, 50], |
+ [8, 8, 100, 50] |
+ ] |
+ } |
+ ] |
+} |