Index: LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt b/LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt |
index f6f353607d46fad9ee6eb6baaa6995d891507d9f..20e86ea908563c94bd0b3f9a62b92bd6f266a1d0 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 132.00 214.00 236.00) |
- (rect 8.00 52.00 784.00 236.00) |
- (rect 8.00 52.00 214.00 236.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 132, 214, 236], |
+ [8, 52, 784, 236], |
+ [8, 52, 214, 236] |
+ ] |
+ } |
+ ] |
+} |