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

Unified Diff: LayoutTests/platform/win/fast/repaint/box-shadow-dynamic-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/box-shadow-dynamic-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/box-shadow-dynamic-expected.txt b/LayoutTests/platform/win/fast/repaint/box-shadow-dynamic-expected.txt
index 3e041e8c483b7b4815cd805756d7e0c1b1d6cede..a00ac6ed08cf01154e81062fab8037c3860f2c42 100644
--- a/LayoutTests/platform/win/fast/repaint/box-shadow-dynamic-expected.txt
+++ b/LayoutTests/platform/win/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 72.00 30.00 70.00)
- (rect 28.00 72.00 30.00 50.00)
- (rect 18.00 127.00 55.00 20.00)
- (rect 28.00 192.00 30.00 30.00)
- (rect 28.00 192.00 30.00 50.00)
- (rect 18.00 227.00 55.00 20.00)
- )
- )
- )
+(repaint rects
+ (rect 28 72 30 70)
+ (rect 28 72 30 50)
+ (rect 18 127 55 20)
+ (rect 28 192 30 30)
+ (rect 28 192 30 50)
+ (rect 18 227 55 20)
)

Powered by Google App Engine
This is Rietveld 408576698