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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-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/justify-self-overflow-change.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
index 20ea8d2f571fe3ef4f0c738d666e7c7f614a0aa5..f4df86769bcc62f7f241404dd4bbc8a5e058a2cc 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
@@ -21,7 +21,7 @@ body {
.item1 {
grid-row: 1;
grid-column: 1;
- justify-self: end true;
+ justify-self: end unsafe;
background-color: green;
width: 150px;
}
@@ -29,7 +29,7 @@ body {
grid-row: 1;
grid-column: 2;
background-color: green;
- justify-self: end true;
+ justify-self: end unsafe;
width: 50px;
</style>
<p style="height: 20px">Tests invalidation on justify-self style change. Passes if there is no red.</p>

Powered by Google App Engine
This is Rietveld 408576698