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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.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/minmax-max-content-resolution-columns.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.html
index 0b8a409e18adde0e555c67c3e360264390342c70..c0828d34cb03a2619ffcf2c4e05b3ec749fdddc8 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.html
@@ -18,10 +18,6 @@ grid-template-rows: 60px;
width: 100%;
height: 100%;
}
-
-.verticalRL {
- -webkit-writing-mode: vertical-rl;
-}
</style>
<script src="../../resources/check-layout.js"></script>
<body onload="checkLayout('.gridMinMaxContent'); checkLayout('.gridMaxMaxContent')">

Powered by Google App Engine
This is Rietveld 408576698