Index: LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt b/LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt |
index e4a8d206d102992def819620e200a3dff1a4ba5b..2f57a8e51781f65b45b6da3f7ed5271630b6e9fa 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt |
+++ b/LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt |
@@ -1,22 +1,22 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 108.00 116.00 403.00 20.00) |
- (rect 108.00 116.00 403.00 20.00) |
- (rect 100.00 100.00 419.00 52.00) |
- (rect 8.00 16.00 784.00 20.00) |
- (rect 8.00 16.00 784.00 20.00) |
- (rect 0.00 0.00 800.00 600.00) |
- (rect 0.00 0.00 800.00 52.00) |
- (rect 0.00 0.00 800.00 52.00) |
- (rect 0.00 0.00 800.00 52.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [108, 116, 403, 20], |
+ [108, 116, 403, 20], |
+ [100, 100, 419, 52], |
+ [8, 16, 784, 20], |
+ [8, 16, 784, 20], |
+ [0, 0, 800, 600], |
+ [0, 0, 800, 52], |
+ [0, 0, 800, 52], |
+ [0, 0, 800, 52] |
+ ] |
+ } |
+ ] |
+} |