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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.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-rl.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html
index b51150c5464f34cc81e5d808b49f98925f117ac8..a9bfcbe4fa51022e7f4305bd057b7fbf2cc29d28 100644
--- a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html
+++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.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')">
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html ('k') | Source/core/layout/LayoutGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698