Index: LayoutTests/fast/repaint/border-repaint-glitch-expected.txt |
diff --git a/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt b/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt |
index 757c4540571039663069e3822ac7e76ed35115b5..efb79bbb623bbc8d2423c9b222164153c37fe15a 100644 |
--- a/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt |
+++ b/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 33.00 351.00 172.00 60.00) |
- (rect 33.00 351.00 172.00 40.00) |
- (rect 33.00 191.00 172.00 60.00) |
- (rect 33.00 191.00 172.00 40.00) |
- (rect 19.00 405.00 200.00 20.00) |
- (rect 19.00 245.00 200.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 351, 172, 60], |
+ [33, 351, 172, 40], |
+ [33, 191, 172, 60], |
+ [33, 191, 172, 40], |
+ [19, 405, 200, 20], |
+ [19, 245, 200, 20] |
+ ] |
+ } |
+ ] |
+} |