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

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

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. 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/fast/repaint/align-items-change-expected.txt
diff --git a/LayoutTests/fast/repaint/align-items-change-expected.txt b/LayoutTests/fast/repaint/align-items-change-expected.txt
index df6823d72eb8cd53b153a299588053a839196fd7..4cf227529c168cd6e18dc2ec810f7fd2f7cc2437 100644
--- a/LayoutTests/fast/repaint/align-items-change-expected.txt
+++ b/LayoutTests/fast/repaint/align-items-change-expected.txt
@@ -6,16 +6,10 @@
"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, 52, 200, 300],
- [0, 52, 200, 300],
- [0, 52, 100, 300],
- [0, 52, 100, 102]
+ [100, 204, 100, 148],
+ [100, 203, 100, 149],
+ [0, 154, 100, 198],
+ [0, 153, 100, 199]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698