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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid.css

Issue 815833005: [css-grid] Handle min-content/max-content with orthogonal flows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch rebased and applied the suggested changes. Created 4 years, 9 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/resources/grid.css
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid.css b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid.css
index 6081e0d15776f6c75a4cb7614fb142569761e4ff..da70c20b93ae6adb7fec8e63ca577e05101f9148 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid.css
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid.css
@@ -269,12 +269,8 @@
-webkit-writing-mode: vertical-lr;
}
.horizontalTB {
- writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-}
-.horizontalBT {
- writing-mode: horizontal-bt;
- -webkit-writing-mode: horizontal-bt;
+ writing-mode: horizontal-tb;
}
.directionRTL {
direction: rtl;

Powered by Google App Engine
This is Rietveld 408576698