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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-z-index-change-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/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
index e4da5724b16a1d9be051576c0585b38ce81a32c1..d2f52d244008b460be86d40a316d02167c3f58eb 100644
--- a/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-item-z-index-change-repaint-expected.txt
@@ -2,21 +2,11 @@ This test checks that grid items correctly repaint when 'z-index' changes.
For this test to pass, there should be no red below.
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 8.00 236.00 200.00 100.00)
- (rect 8.00 236.00 200.00 100.00)
- (rect 8.00 236.00 200.00 100.00)
- (rect 8.00 126.00 200.00 100.00)
- (rect 8.00 126.00 200.00 100.00)
- )
- )
- )
+(repaint rects
+ (rect 8 236 200 100)
+ (rect 8 236 200 100)
+ (rect 8 236 200 100)
+ (rect 8 126 200 100)
+ (rect 8 126 200 100)
)

Powered by Google App Engine
This is Rietveld 408576698