Index: LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt b/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt |
index 172e624686bc9eef6415cb9e2a74df0fa3d8620e..65cbb89cd28895ec56654efb42ec1fb8df683eb0 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/selection-rl-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/selection-rl-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 774.00 39.00 18.00 83.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [774, 39, 18, 83] |
+ ] |
+ } |
+ ] |
+} |