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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items.html

Issue 1583433002: [css-align] New CSS Value 'normal' for Content Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed layout tests failing. Created 4 years, 10 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/floating-not-effect-on-grid-items.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items.html
index 2ea325e13bd687c1ef07763defbb877dd1f5c0a0..9799d560e28c13aa62ddc4af279cc9d67f669285 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/floating-not-effect-on-grid-items.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<link href="resources/grid.css" rel="stylesheet">
+<link href="resources/grid-alignment.css" rel="stylesheet">
<script src="../../resources/check-layout.js"></script>
<style>
.container {
@@ -17,7 +18,7 @@
<p>This test checks that the grid's items are not affected by the 'float' and 'clear' properties.</p>
<div style="position: relative">
- <div class="container grid">
+ <div class="container grid justifyContentStart">
<div style="float: right;" class="gridItem firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="50"></div>
<div class="gridItem firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="50"></div>
<div style="float: left;" class="gridItem firstRowSecondColumn" data-offset-x="50" data-offset-y="0" data-expected-width="50" data-expected-height="50"></div>

Powered by Google App Engine
This is Rietveld 408576698