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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html

Issue 1488493003: [css-grid] refactoring of layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch rebased and refactoring of alignment css rules. Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html
index 317e84cd832c55a8b5c382109d373d94791f4b5e..b0a63ae0e4cb32a44fe928608ca97e8768a75cd7 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution.html
@@ -2,6 +2,7 @@
<html>
<head>
<link href="resources/grid.css" rel="stylesheet">
+<link href="resources/grid-alignment.css" rel="stylesheet">
<script src="../../resources/check-layout.js"></script>
<style>
body {
@@ -20,22 +21,6 @@ body {
grid-auto-columns: auto;
}
-.justifyContentSpaceBetween {
- justify-content: space-between;
-}
-
-.justifyContentSpaceAround {
- justify-content: space-around;
-}
-
-.justifyContentSpaceEvenly {
- justify-content: space-evenly;
-}
-
-.justifyContentStretch {
- justify-content: stretch;
-}
-
.firstRowThirdColumn {
background-color: magenta;
grid-column: 3;

Powered by Google App Engine
This is Rietveld 408576698