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

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: Update test expectations 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..4cf227529c168cd6e18dc2ec810f7fd2f7cc2437 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]
+ [100, 204, 100, 148],
+ [100, 203, 100, 149],
+ [0, 154, 100, 198],
+ [0, 153, 100, 199]
]
}
]
« no previous file with comments | « LayoutTests/fast/repaint/align-self-change.html ('k') | LayoutTests/fast/repaint/align-self-change-keeping-geometry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698