Index: LayoutTests/fast/repaint/border-outline-0-expected.txt |
diff --git a/LayoutTests/fast/repaint/border-outline-0-expected.txt b/LayoutTests/fast/repaint/border-outline-0-expected.txt |
index a6ec1372fc34563837a2f32f330b652b721daee4..a7574044fb264d18e194526f848362f0b6871349 100644 |
--- a/LayoutTests/fast/repaint/border-outline-0-expected.txt |
+++ b/LayoutTests/fast/repaint/border-outline-0-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 10.00 10.00 200.00 200.00) |
- (rect 10.00 10.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 10, 200, 200], |
+ [10, 10, 100, 100] |
+ ] |
+ } |
+ ] |
+} |