Index: LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt b/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
index 686239ba8244e87308241d465632cd88cdc8a2f3..4d7deace3122f929cfda5e003dd2d70adc544eff 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
@@ -1,15 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 335.00 205.00 14.00 19.00) |
- (rect 41.00 35.00 13.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [345, 210, 13, 20], |
+ [41, 35, 13, 19] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='div'", |
+ "LayoutBlockFlow DIV id='div'" |
+ ] |
+ } |
+ ] |
+} |