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

Unified Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Anohter test expected to fail added to TestExpectations. Created 5 years, 7 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/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-change-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt
similarity index 54%
copy from LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-change-expected.txt
copy to LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt
index 5983cb3120326e929634132092d8d1cf54557337..631cebb8864cbb20ccfd172ee3b1a8c3f1af3a05 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-change-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-content-distribution-change-grid-expected.txt
@@ -6,16 +6,18 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 252, 198, 50],
- [1, 203, 198, 50],
- [1, 102, 198, 50],
- [1, 53, 198, 50],
- [0, 251, 200, 52],
- [0, 202, 200, 150],
- [0, 101, 200, 52],
- [0, 52, 200, 150]
+ [225, 52, 50, 200],
+ [200, 52, 100, 200],
+ [125, 52, 50, 200],
+ [100, 52, 100, 200],
+ [25, 52, 50, 200],
+ [0, 52, 300, 200],
+ [0, 52, 100, 200]
],
"paintInvalidationClients": [
+ "LayoutGrid DIV id='container'",
+ "LayoutBlockFlow DIV class='item'",
+ "LayoutBlockFlow DIV",
"LayoutBlockFlow DIV class='item'",
"LayoutBlockFlow DIV",
"LayoutBlockFlow DIV class='item'",

Powered by Google App Engine
This is Rietveld 408576698