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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.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/place-cell-by-index.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
index 3bd79c519f0273c3c28bd1ecf1c266a4dfbf3fc0..431c1bf044a93fdae7b9c2bc10556c437a3ce72a 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
@@ -45,7 +45,7 @@
</div>
<div style="position: relative">
-<div class="grid" style="-webkit-writing-mode: vertical-rl; margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
+<div class="grid verticalRL" style="margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
<div class="firstRowFirstColumn" data-offset-x="40" data-offset-y="0"></div>
<div class="firstRowSecondColumn" data-offset-x="40" data-offset-y="50"></div>
<div class="secondRowFirstColumn" data-offset-x="20" data-offset-y="0"></div>
@@ -54,7 +54,7 @@
</div>
<div style="position: relative">
-<div class="grid" style="-webkit-writing-mode: vertical-lr; margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
+<div class="grid verticalLR" style="margin-bottom: 60px;" data-expected-width="50" data-expected-height="110">
<div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0"></div>
<div class="firstRowSecondColumn" data-offset-x="0" data-offset-y="50"></div>
<div class="secondRowFirstColumn" data-offset-x="20" data-offset-y="0"></div>

Powered by Google App Engine
This is Rietveld 408576698