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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.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/css-grid-layout/grid-align-justify-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
index 263688c20e76bf404bb1329284343d815bed82f6..7511d8183efccc92ec533cde6e3618ab3292cd38 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
@@ -38,8 +38,8 @@ body {
align-items: center safe;
}
-.alignItemsCenterTrue {
- align-items: center true;
+.alignItemsCenterUnsafe {
+ align-items: center unsafe;
}
.alignItemsEnd {
@@ -50,8 +50,8 @@ body {
align-items: end safe;
}
-.alignItemsEndTrue {
- align-items: end true;
+.alignItemsEndUnsafe {
+ align-items: end unsafe;
}
.alignSelfCenter {
@@ -62,8 +62,8 @@ body {
align-self: center safe;
}
-.alignSelfCenterTrue {
- align-self: center true;
+.alignSelfCenterUnsafe {
+ align-self: center unsafe;
}
.alignSelfEnd {
@@ -74,8 +74,8 @@ body {
align-self: end safe;
}
-.alignSelfEndTrue {
- align-self: end true;
+.alignSelfEndUnsafe {
+ align-self: end unsafe;
}
.justifyItemsCenter {
@@ -86,8 +86,8 @@ body {
justify-items: center safe;
}
-.justifyItemsCenterTrue {
- justify-items: center true;
+.justifyItemsCenterUnsafe {
+ justify-items: center unsafe;
}
.justifyItemsEnd {
@@ -98,8 +98,8 @@ body {
justify-items: end safe;
}
-.justifyItemsEndTrue {
- justify-items: end true;
+.justifyItemsEndUnsafe {
+ justify-items: end unsafe;
}
.justifySelfCenter {
@@ -110,8 +110,8 @@ body {
justify-self: center safe;
}
-.justifySelfCenterTrue {
- justify-self: center true;
+.justifySelfCenterUnsafe {
+ justify-self: center unsafe;
}
.justifySelfEnd {
@@ -141,7 +141,7 @@ body {
</div>
<div style="position: relative">
- <div class="grid alignItemsCenterTrue justifyItemsCenterTrue" data-expected-width="300" data-expected-height="360">
+ <div class="grid alignItemsCenterUnsafe justifyItemsCenterUnsafe" data-expected-width="300" data-expected-height="360">
<div class="cellOverflowHeight firstRowFirstColumn" data-offset-x="50" data-offset-y="-15" data-expected-width="50" data-expected-height="150"></div>
<div class="cellWithNoOverflow secondRowFirstColumn" data-offset-x="50" data-offset-y="160" data-expected-width="50" data-expected-height="40"></div>
<div class="cellWithNoOverflow thirdRowFirstColumn" data-offset-x="50" data-offset-y="280" data-expected-width="50" data-expected-height="40"></div>
@@ -185,7 +185,7 @@ body {
</div>
<div style="position: relative">
- <div class="grid alignItemsEndTrue justifyItemsEndTrue" data-expected-width="300" data-expected-height="360">
+ <div class="grid alignItemsEndUnsafe justifyItemsEndUnsafe" data-expected-width="300" data-expected-height="360">
<div class="cellOverflowHeight firstRowFirstColumn" data-offset-x="100" data-offset-y="-30" data-expected-width="50" data-expected-height="150"></div>
<div class="cellWithNoOverflow secondRowFirstColumn" data-offset-x="100" data-offset-y="200" data-expected-width="50" data-expected-height="40"></div>
<div class="cellWithNoOverflow thirdRowFirstColumn" data-offset-x="100" data-offset-y="320" data-expected-width="50" data-expected-height="40"></div>
@@ -198,7 +198,7 @@ body {
<div style="position: relative">
<div class="grid alignItemsEndSafe justifyItemsEndSafe" data-expected-width="300" data-expected-height="360">
<div class="cellOverflowWidth firstRowFirstColumn" data-offset-x="0" data-offset-y="80" data-expected-width="180" data-expected-height="40"></div>
- <div class="cellWithNoOverflow secondRowFirstColumn justifySelfCenterTrue" data-offset-x="50" data-offset-y="200" data-expected-width="50" data-expected-height="40"></div>
+ <div class="cellWithNoOverflow secondRowFirstColumn justifySelfCenterUnsafe" data-offset-x="50" data-offset-y="200" data-expected-width="50" data-expected-height="40"></div>
<div class="cellWithNoOverflow thirdRowFirstColumn" data-offset-x="100" data-offset-y="320" data-expected-width="50" data-expected-height="40"></div>
<div class="cellWithNoOverflow firstRowSecondColumn" data-offset-x="250" data-offset-y="80" data-expected-width="50" data-expected-height="40"></div>
<div class="cellOverflowWidth secondRowSecondColumn" data-offset-x="150" data-offset-y="200" data-expected-width="180" data-expected-height="40"></div>
@@ -211,7 +211,7 @@ body {
<div class="cellOverflowHeight firstRowFirstColumn" data-offset-x="100" data-offset-y="0" data-expected-width="50" data-expected-height="150"></div>
<div class="cellWithNoOverflow secondRowFirstColumn" data-offset-x="100" data-offset-y="200" data-expected-width="50" data-expected-height="40"></div>
<div class="cellWithNoOverflow thirdRowFirstColumn" data-offset-x="100" data-offset-y="320" data-expected-width="50" data-expected-height="40"></div>
- <div class="cellWithNoOverflow firstRowSecondColumn alignSelfCenterTrue" data-offset-x="250" data-offset-y="40" data-expected-width="50" data-expected-height="40"></div>
+ <div class="cellWithNoOverflow firstRowSecondColumn alignSelfCenterUnsafe" data-offset-x="250" data-offset-y="40" data-expected-width="50" data-expected-height="40"></div>
<div class="cellOverflowHeight secondRowSecondColumn" data-offset-x="250" data-offset-y="120" data-expected-width="50" data-expected-height="150"></div>
<div class="cellWithNoOverflow thirdRowSecondColumn" data-offset-x="250" data-offset-y="320" data-expected-width="50" data-expected-height="40"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698