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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed repaint tests issues. Created 5 years 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: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
index 56751d002d6396e480d15edfe31449508f20898b..04c5454e8c36b7b023c3b47aeddfdde1e4ceaa3e 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
@@ -21,13 +21,13 @@ body {
.item1 {
grid-row: 1;
grid-column: 1;
- align-self: end true;
+ align-self: end unsafe;
background-color: green;
}
.item2 {
grid-row: 2;
grid-column: 1;
- align-self: end true;
+ align-self: end unsafe;
background-color: green;
</style>
<p style="height: 20px">Tests invalidation on align-self style change (just overflow). Passes if there is no red.</p>

Powered by Google App Engine
This is Rietveld 408576698