Index: LayoutTests/platform/win-xp/fast/repaint/outline-repaint-glitch-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/outline-repaint-glitch-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/outline-repaint-glitch-expected.txt |
index 23cc497b1f87976eff58cb9a6fd04e2bae8db015..e0960db39cd0a2f198068d62baf9b80641b90965 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/outline-repaint-glitch-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/outline-repaint-glitch-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 29.00 395.00 180.00 60.00) |
- (rect 29.00 395.00 180.00 40.00) |
- (rect 29.00 233.00 180.00 60.00) |
- (rect 29.00 233.00 180.00 40.00) |
- (rect 15.00 439.00 208.00 20.00) |
- (rect 15.00 435.00 208.00 4.00) |
- (rect 15.00 277.00 208.00 20.00) |
- (rect 15.00 273.00 208.00 4.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 395, 180, 60], |
+ [29, 395, 180, 40], |
+ [29, 233, 180, 60], |
+ [29, 233, 180, 40], |
+ [15, 439, 208, 20], |
+ [15, 435, 208, 4], |
+ [15, 277, 208, 20], |
+ [15, 273, 208, 4] |
+ ] |
+ } |
+ ] |
+} |