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')"> |