Index: LayoutTests/platform/mac/fast/repaint/box-shadow-dynamic-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/box-shadow-dynamic-expected.txt b/LayoutTests/platform/mac/fast/repaint/box-shadow-dynamic-expected.txt |
index 52fae0302c65b877645c707b6982e5b7cd7690c0..6255ca9b70901a178f5d668bc3fb81a5df94d83f 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/box-shadow-dynamic-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/box-shadow-dynamic-expected.txt |
@@ -1,21 +1,11 @@ |
Tests the repainting of box shadows when boxes are resized. |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 28.00 70.00 30.00 70.00) |
- (rect 28.00 70.00 30.00 50.00) |
- (rect 18.00 125.00 55.00 20.00) |
- (rect 28.00 190.00 30.00 30.00) |
- (rect 28.00 190.00 30.00 50.00) |
- (rect 18.00 225.00 55.00 20.00) |
- ) |
- ) |
- ) |
+(repaint rects |
+ (rect 28 70 30 70) |
+ (rect 28 70 30 50) |
+ (rect 18 125 55 20) |
+ (rect 28 190 30 30) |
+ (rect 28 190 30 50) |
+ (rect 18 225 55 20) |
) |