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

Unified Diff: LayoutTests/fast/images/repaint-subrect-grid-expected.txt

Issue 267553002: FCMify two text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Two flaky non-image tests 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/images/repaint-subrect-grid-expected.txt
diff --git a/LayoutTests/fast/images/repaint-subrect-grid-expected.txt b/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
index ea21fb7f8ada909de2d9aa06305f896cac3e7683..d4385c243140406c8eeba824894f05e9a3188e37 100644
--- a/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
+++ b/LayoutTests/fast/images/repaint-subrect-grid-expected.txt
@@ -1,25 +1,33 @@
-(repaint rects
- (rect -100 -100 18 18)
- (rect 0 0 18 18)
- (rect 0 0 18 18)
- (rect 18 0 19 18)
- (rect 18 0 19 18)
- (rect 37 0 18 18)
- (rect 37 0 18 18)
- (rect -9 18 18 19)
- (rect -9 18 18 19)
- (rect 9 18 18 19)
- (rect 9 18 18 19)
- (rect 28 18 18 19)
- (rect 28 18 18 19)
- (rect 46 18 18 19)
- (rect 46 18 18 19)
- (rect 0 37 18 18)
- (rect 0 37 18 18)
- (rect 18 37 19 18)
- (rect 18 37 19 18)
- (rect 37 37 18 18)
- (rect 37 37 18 18)
- (rect -100 -100 18 18)
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 0.00 0.00 18.00 18.00)
+ (rect 0.00 0.00 18.00 18.00)
+ (rect 18.00 0.00 19.00 18.00)
+ (rect 18.00 0.00 19.00 18.00)
+ (rect 37.00 0.00 18.00 18.00)
+ (rect 37.00 0.00 18.00 18.00)
+ (rect 0.00 18.00 9.00 19.00)
+ (rect 0.00 18.00 9.00 19.00)
+ (rect 9.00 18.00 18.00 19.00)
+ (rect 9.00 18.00 18.00 19.00)
+ (rect 28.00 18.00 18.00 19.00)
+ (rect 28.00 18.00 18.00 19.00)
+ (rect 46.00 18.00 18.00 19.00)
+ (rect 46.00 18.00 18.00 19.00)
+ (rect 0.00 37.00 18.00 18.00)
+ (rect 0.00 37.00 18.00 18.00)
+ (rect 18.00 37.00 19.00 18.00)
+ (rect 18.00 37.00 19.00 18.00)
+ (rect 37.00 37.00 18.00 18.00)
+ (rect 37.00 37.00 18.00 18.00)
+ )
+ )
+ )
)

Powered by Google App Engine
This is Rietveld 408576698