Index: LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-2-expected.txt b/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
index 77c2bdf8f4b324a85e4648c7ce833fa3cada5117..5f94f5f2ef78574a048a627d832ef31f7c3bad6e 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-2-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-2-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 18.00 18.00 216.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [18, 18, 216, 19] |
+ ] |
+ } |
+ ] |
+} |