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

Unified Diff: LayoutTests/fast/repaint/align-self-change-expected.txt

Issue 538613003: Don't always full invalidate on change of align-content, align-items and align-self. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/repaint/align-self-change-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt b/LayoutTests/fast/repaint/align-self-change-expected.txt
similarity index 60%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
copy to LayoutTests/fast/repaint/align-self-change-expected.txt
index 367c01b80decff06f765647b5bcac371e9068793..17a95dff84a469f49210fd9260177d9e7ed3bd9b 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-expected.txt
+++ b/LayoutTests/fast/repaint/align-self-change-expected.txt
@@ -6,7 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 0, 314, 307]
+ [108, 204, 100, 148],
+ [108, 203, 100, 149],
+ [8, 154, 100, 198],
+ [8, 153, 100, 199]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698