Index: LayoutTests/platform/win/fast/repaint/selection-rl-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/selection-rl-expected.txt b/LayoutTests/platform/win/fast/repaint/selection-rl-expected.txt |
index b2b790f31de3308de0ee0cfc18e4ed20e916af2c..b83c257d8fd755a09ff5a874fea2bf445578b775 100644 |
--- a/LayoutTests/platform/win/fast/repaint/selection-rl-expected.txt |
+++ b/LayoutTests/platform/win/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 775.00 40.00 17.00 78.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [775, 40, 17, 78] |
+ ] |
+ } |
+ ] |
+} |