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

Unified Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-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-self-change-grid-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-change-grid-expected.txt
similarity index 50%
copy from LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-expected.txt
copy to LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-change-grid-expected.txt
index 830f97ca38dbee06685f1fe52b55e702b63246f3..b71482c0539eacb4fa899fafa321a567214aeb37 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/align-self-change-grid-expected.txt
@@ -6,20 +6,17 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [149, 53, 50, 100],
- [148, 52, 52, 150],
- [125, 53, 50, 100],
- [124, 52, 52, 150],
- [25, 53, 50, 150],
- [24, 52, 52, 152],
- [1, 53, 50, 150],
- [0, 52, 52, 152]
+ [100, 52, 100, 300],
+ [100, 52, 100, 50],
+ [0, 302, 100, 50],
+ [0, 302, 100, 50],
+ [0, 52, 100, 300],
+ [0, 52, 100, 50]
],
"paintInvalidationClients": [
"LayoutBlockFlow DIV class='item1'",
"LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item2'",
- "LayoutBlockFlow DIV"
+ "LayoutBlockFlow DIV class='item2'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698