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

Unified Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-position-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/align-content-position-change-grid-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/align-items-change-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-position-change-grid-expected.txt
similarity index 53%
copy from LayoutTests/virtual/slimmingpaint/fast/repaint/align-items-change-expected.txt
copy to LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-position-change-grid-expected.txt
index d032ffecde24a58b7588194a3ce0cd3139553168..00815bed796a292f1b512019cfcd320900738435 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/align-items-change-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/align-content-position-change-grid-expected.txt
@@ -6,25 +6,25 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [101, 53, 98, 150],
- [101, 53, 98, 150],
- [100, 52, 100, 300],
- [100, 52, 100, 152],
- [1, 53, 98, 100],
- [1, 53, 98, 100],
+ [0, 302, 200, 50],
+ [0, 302, 200, 50],
+ [0, 252, 200, 50],
+ [0, 252, 200, 50],
+ [0, 202, 200, 50],
+ [0, 202, 200, 50],
+ [0, 152, 200, 50],
+ [0, 152, 200, 50],
+ [0, 102, 200, 50],
+ [0, 102, 200, 50],
[0, 52, 200, 300],
- [0, 52, 200, 300],
- [0, 52, 100, 300],
- [0, 52, 100, 102]
+ [0, 52, 200, 50],
+ [0, 52, 200, 50]
],
"paintInvalidationClients": [
- "LayoutBlockFlow DIV",
+ "LayoutGrid DIV id='container'",
"LayoutBlockFlow DIV class='item'",
"LayoutBlockFlow DIV",
"LayoutBlockFlow DIV class='item'",
- "LayoutFlexibleBox DIV id='container'",
- "LayoutFlexibleBox DIV id='container'",
- "LayoutBlockFlow DIV class='item'",
"LayoutBlockFlow DIV",
"LayoutBlockFlow DIV class='item'",
"LayoutBlockFlow DIV"

Powered by Google App Engine
This is Rietveld 408576698