Index: LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt |
diff --git a/LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt b/LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt |
index 9614be05a257f2a2bd04c5bce5b8ec73613bc830..5bea05ee9fd2f8daa015118de07d68465f93429b 100644 |
--- a/LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt |
+++ b/LayoutTests/fast/repaint/hover-pseudo-borders-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 138.00 8.00 100.00 100.00) |
- (rect 138.00 8.00 100.00 100.00) |
- (rect 8.00 8.00 100.00 100.00) |
- (rect 8.00 8.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [138, 8, 100, 100], |
+ [138, 8, 100, 100], |
+ [8, 8, 100, 100], |
+ [8, 8, 100, 100] |
+ ] |
+ } |
+ ] |
+} |