Index: LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt |
diff --git a/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt b/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt |
index 008d9f7cdad8c9445547a035d580526213927822..67a96bf3a9eaec7e12981e6a71d4132e7c57b9e3 100644 |
--- a/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt |
+++ b/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 100.00 100.00 100.00) |
- (rect 0.00 100.00 100.00 100.00) |
- (rect 0.00 100.00 100.00 100.00) |
- (rect 0.00 0.00 200.00 200.00) |
- (rect 0.00 0.00 200.00 200.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 2016], |
+ "children": [ |
+ { |
+ "bounds": [800, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 100, 100, 100], |
+ [0, 100, 100, 100], |
+ [0, 100, 100, 100], |
+ [0, 0, 200, 200], |
+ [0, 0, 200, 200] |
+ ] |
+ } |
+ ] |
+} |