Index: LayoutTests/platform/win/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt b/LayoutTests/platform/win/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt |
index df834c25ad106eddef8ca80f2db529dcad8172e5..6dce5f188723209883ec71949c5d8cc27faf7d60 100644 |
--- a/LayoutTests/platform/win/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 1566.00 1781.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1566.00 1781.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 1114.00 1764.00 435.00 15.00) |
- (rect 1112.00 1312.00 454.00 469.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [1566, 1781], |
+ "children": [ |
+ { |
+ "bounds": [1566, 1781], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [1114, 1764, 435, 15], |
+ [1112, 1312, 454, 469] |
+ ] |
+ } |
+ ] |
+} |