Index: LayoutTests/fast/repaint/table-outer-border-expected.txt |
diff --git a/LayoutTests/fast/repaint/table-outer-border-expected.txt b/LayoutTests/fast/repaint/table-outer-border-expected.txt |
index 800b3bd5b5d38fae34da3662b3d55abfe4223a83..6104188cbe9ff6f37bf5f605f55f664fca5ae50f 100644 |
--- a/LayoutTests/fast/repaint/table-outer-border-expected.txt |
+++ b/LayoutTests/fast/repaint/table-outer-border-expected.txt |
@@ -1,25 +1,25 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 15.00 82.00 117.00 67.00) |
- (rect 15.00 82.00 117.00 67.00) |
- (rect 15.00 82.00 117.00 67.00) |
- (rect 15.00 15.00 117.00 134.00) |
- (rect 15.00 15.00 117.00 134.00) |
- (rect 15.00 15.00 117.00 67.00) |
- (rect 15.00 15.00 117.00 67.00) |
- (rect 8.00 75.00 132.00 82.00) |
- (rect 8.00 8.00 132.00 149.00) |
- (rect 8.00 8.00 132.00 149.00) |
- (rect 8.00 8.00 132.00 82.00) |
- (rect 8.00 8.00 132.00 82.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [15, 82, 117, 67], |
+ [15, 82, 117, 67], |
+ [15, 82, 117, 67], |
+ [15, 15, 117, 134], |
+ [15, 15, 117, 134], |
+ [15, 15, 117, 67], |
+ [15, 15, 117, 67], |
+ [8, 75, 132, 82], |
+ [8, 8, 132, 149], |
+ [8, 8, 132, 149], |
+ [8, 8, 132, 82], |
+ [8, 8, 132, 82] |
+ ] |
+ } |
+ ] |
+} |