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

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

Issue 1407633003: [css-grid] Implementation of Baseline Self-Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improving the skipped tesst by solving some rounding issues Created 3 years, 8 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-baseline.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-baseline.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-baseline.html
index 2f47e4b6e50d5c360e2d6af4cd603672097912eb..451a1b386b4c27e88983a653cc6b95f9f80f6c45 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-baseline.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-baseline.html
@@ -94,7 +94,7 @@ of the grey box
<!-- If there are no griditems, align to the bottom of the box. -->
<div>
should align with the bottom
-<div class="empty inline-grid" style="width: 30px; height: 30px;">
+<div class="inline-grid" style="width: 30px; height: 30px">
</div>
of the grey box
</div>

Powered by Google App Engine
This is Rietveld 408576698