Index: LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt b/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt |
index aa974c3a592ae5ec80abc77142ce04b5c2283a03..9cd51508a1a737d7371150ee5c49d922b53763dc 100644 |
--- a/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt |
@@ -1,22 +1,12 @@ |
Repaint test for http://bugs.webkit.org/show_bug.cgi?id=10699 div with border-radius does not redraw properly if element inside div is resized. |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 33.00 97.00 172.00 60.00) |
- (rect 33.00 97.00 172.00 40.00) |
- (rect 19.00 151.00 200.00 20.00) |
- (rect 33.00 259.00 172.00 40.00) |
- (rect 33.00 259.00 172.00 60.00) |
- (rect 19.00 313.00 200.00 20.00) |
- ) |
- ) |
- ) |
+(repaint rects |
+ (rect 33 97 172 60) |
+ (rect 33 97 172 40) |
+ (rect 19 151 200 20) |
+ (rect 33 259 172 40) |
+ (rect 33 259 172 60) |
+ (rect 19 313 200 20) |
) |