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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html

Issue 1031853002: [CSS Grid Layout] Content Distribution support for grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing layout test expectations file. Created 5 years, 8 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/css-grid-layout/grid-justify-content-vertical-lr.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
index d3ca2f39f0a53f4033a1478c772bc11282b9dacf..316d86ed9ea727ce5b2efa223d796b728ed899f0 100644
--- a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
+++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
@@ -47,22 +47,6 @@ body {
.justifyContentFlexEnd {
justify-content: flex-end;
}
-
-.justifyContentEndTrue {
- justify-content: end true;
-}
-
-.justifyContentCenterTrue {
- justify-content: center true;
-}
-
-.justifyContentRightSafe {
- justify-content: right safe;
-}
-
-.justifyContentLeftTrue {
- justify-content: left true;
-}
</style>
</head>
<body onload="checkLayout('.grid')">

Powered by Google App Engine
This is Rietveld 408576698