Index: LayoutTests/platform/win/fast/repaint/outline-clip-change-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/outline-clip-change-expected.txt b/LayoutTests/platform/win/fast/repaint/outline-clip-change-expected.txt |
index f747ff287f05a7c20bcfdb158e4554159229cbe7..6bfd43c8d666709ba6c4b92d94fd53d60b1c07b1 100644 |
--- a/LayoutTests/platform/win/fast/repaint/outline-clip-change-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/outline-clip-change-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 48.00 102.00 87.00 18.00) |
- (rect 48.00 102.00 87.00 18.00) |
- (rect 43.00 97.00 97.00 28.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [48, 102, 87, 18], |
+ [48, 102, 87, 18], |
+ [43, 97, 97, 28] |
+ ] |
+ } |
+ ] |
+} |