Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
)

Powered by Google App Engine
This is Rietveld 408576698