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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html

Issue 2021683002: [css-grid] Positioned items can be placed on the implicit grid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutGrid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html
index a61064ab0720960fd5f412087a3c8996e17a2fda..39da61f260a3f1e883a5e81b5c9215a7309612fa 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-within-grid-implicit-track.html
@@ -38,7 +38,7 @@
<body onload="checkLayout('.grid')">
<div id="log"></div>
-<p>This test checks that positioned grid items are placed properly (ignoring implicit tracks) even if the grid has implicit tracks.</p>
+<p>This test checks that positioned grid items are placed properly (including implicit tracks) even if the grid has implicit tracks.</p>
<div class="grid">
<div class="sixRowsAndSixColumns"
@@ -81,7 +81,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: -4 / 1; grid-row: -4 / 1;"
- data-offset-x="0" data-offset-y="0" data-expected-width="215" data-expected-height="115">
+ data-offset-x="115" data-offset-y="65" data-expected-width="100" data-expected-height="50">
</div>
</div>
@@ -90,7 +90,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: -4 / 2; grid-row: -4 / 2;"
- data-offset-x="0" data-offset-y="0" data-expected-width="415" data-expected-height="265">
+ data-offset-x="115" data-offset-y="65" data-expected-width="300" data-expected-height="200">
</div>
</div>
@@ -99,7 +99,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: 3 / 4; grid-row: 3 / 4;"
- data-offset-x="715" data-offset-y="515" data-expected-width="115" data-expected-height="115">
+ data-offset-x="715" data-offset-y="515" data-expected-width="100" data-expected-height="50">
</div>
</div>
@@ -108,7 +108,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: 2 / 4; grid-row: 2 / 4;"
- data-offset-x="415" data-offset-y="265" data-expected-width="415" data-expected-height="365">
+ data-offset-x="415" data-offset-y="265" data-expected-width="400" data-expected-height="300">
</div>
</div>
@@ -153,7 +153,7 @@
data-offset-x="-85" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: -4 / 1; grid-row: -4 / 1;"
- data-offset-x="615" data-offset-y="0" data-expected-width="215" data-expected-height="115">
+ data-offset-x="615" data-offset-y="65" data-expected-width="100" data-expected-height="50">
</div>
</div>
@@ -162,7 +162,7 @@
data-offset-x="-85" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: -4 / 2; grid-row: -4 / 2;"
- data-offset-x="415" data-offset-y="0" data-expected-width="415" data-expected-height="265">
+ data-offset-x="415" data-offset-y="65" data-expected-width="300" data-expected-height="200">
</div>
</div>
@@ -171,7 +171,7 @@
data-offset-x="-85" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: 3 / 4; grid-row: 3 / 4;"
- data-offset-x="0" data-offset-y="515" data-expected-width="115" data-expected-height="115">
+ data-offset-x="15" data-offset-y="515" data-expected-width="100" data-expected-height="50">
</div>
</div>
@@ -180,7 +180,7 @@
data-offset-x="-85" data-offset-y="15" data-expected-width="900" data-expected-height="600">
</div>
<div class="absolute" style="grid-column: 2 / 4; grid-row: 2 / 4;"
- data-offset-x="0" data-offset-y="265" data-expected-width="415" data-expected-height="365">
+ data-offset-x="15" data-offset-y="265" data-expected-width="400" data-expected-height="300">
</div>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutGrid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698