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

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

Issue 1929483002: [css-grid] Fix static position for positioned grid items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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-sizing-positioned-items.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-sizing-positioned-items.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-sizing-positioned-items.html
index 3da137b9f56ddcfed87edeb93f7ee281ea891ea2..76b42723df1a39090d854451a1af91f464cabe80 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-sizing-positioned-items.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-sizing-positioned-items.html
@@ -60,7 +60,7 @@
<div class="unconstrainedContainer">
<div class="grid">
<div class="absolute autoRowAutoColumn sizedToGridArea"
- data-offset-x="15" data-offset-y="15" data-expected-width="1030" data-expected-height="1030">
+ data-offset-x="0" data-offset-y="0" data-expected-width="1030" data-expected-height="1030">
</div>
<div class="absolute secondRowSecondColumn sizedToGridArea"
data-offset-x="115" data-offset-y="65" data-expected-width="915" data-expected-height="965">
@@ -69,7 +69,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="100" data-expected-height="50">
</div>
<div class="absolute endSecondRowEndSecondColumn sizedToGridArea"
- data-offset-x="15" data-offset-y="15" data-expected-width="315" data-expected-height="215">
+ data-offset-x="0" data-offset-y="0" data-expected-width="315" data-expected-height="215">
</div>
</div>
</div>
@@ -77,7 +77,7 @@
<div class="unconstrainedContainer">
<div class="grid">
<div class="absolute autoRowAutoColumn lengthSize"
- data-offset-x="15" data-offset-y="15" data-expected-width="50" data-expected-height="20">
+ data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="20">
</div>
<div class="absolute secondRowSecondColumn lengthSize"
data-offset-x="115" data-offset-y="65" data-expected-width="50" data-expected-height="20">
@@ -86,7 +86,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="50" data-expected-height="20">
</div>
<div class="absolute endSecondRowEndSecondColumn lengthSize"
- data-offset-x="15" data-offset-y="15" data-expected-width="50" data-expected-height="20">
+ data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="20">
</div>
</div>
</div>
@@ -94,7 +94,7 @@
<div class="unconstrainedContainer">
<div class="grid">
<div class="absolute autoRowAutoColumn percentageSize"
- data-offset-x="15" data-offset-y="15" data-expected-width="515" data-expected-height="206">
+ data-offset-x="0" data-offset-y="0" data-expected-width="515" data-expected-height="206">
</div>
<div class="absolute secondRowSecondColumn percentageSize"
data-offset-x="115" data-offset-y="65" data-expected-width="457.5" data-expected-height="193">
@@ -103,7 +103,7 @@
data-offset-x="15" data-offset-y="15" data-expected-width="50" data-expected-height="10">
</div>
<div class="absolute endSecondRowEndSecondColumn percentageSize"
- data-offset-x="15" data-offset-y="15" data-expected-width="157.5" data-expected-height="43">
+ data-offset-x="0" data-offset-y="0" data-expected-width="157.5" data-expected-height="43">
</div>
</div>
</div>
@@ -128,7 +128,7 @@
<div class="unconstrainedContainer">
<div class="grid directionRTL">
<div class="absolute autoRowAutoColumn sizedToGridArea"
- data-offset-x="-15" data-offset-y="15" data-expected-width="1030" data-expected-height="1030">
+ data-offset-x="0" data-offset-y="0" data-expected-width="1030" data-expected-height="1030">
</div>
<div class="absolute secondRowSecondColumn sizedToGridArea"
data-offset-x="0" data-offset-y="65" data-expected-width="915" data-expected-height="965">
@@ -137,7 +137,7 @@
data-offset-x="915" data-offset-y="15" data-expected-width="100" data-expected-height="50">
</div>
<div class="absolute endSecondRowEndSecondColumn sizedToGridArea"
- data-offset-x="700" data-offset-y="15" data-expected-width="315" data-expected-height="215">
+ data-offset-x="715" data-offset-y="0" data-expected-width="315" data-expected-height="215">
</div>
</div>
</div>
@@ -145,7 +145,7 @@
<div class="unconstrainedContainer">
<div class="grid directionRTL">
<div class="absolute autoRowAutoColumn lengthSize"
- data-offset-x="965" data-offset-y="15" data-expected-width="50" data-expected-height="20">
+ data-offset-x="980" data-offset-y="0" data-expected-width="50" data-expected-height="20">
</div>
<div class="absolute secondRowSecondColumn lengthSize"
data-offset-x="865" data-offset-y="65" data-expected-width="50" data-expected-height="20">
@@ -154,7 +154,7 @@
data-offset-x="965" data-offset-y="15" data-expected-width="50" data-expected-height="20">
</div>
<div class="absolute endSecondRowEndSecondColumn lengthSize"
- data-offset-x="965" data-offset-y="15" data-expected-width="50" data-expected-height="20">
+ data-offset-x="980" data-offset-y="0" data-expected-width="50" data-expected-height="20">
</div>
</div>
</div>
@@ -162,7 +162,7 @@
<div class="unconstrainedContainer">
<div class="grid directionRTL">
<div class="absolute autoRowAutoColumn percentageSize"
- data-offset-x="500" data-offset-y="15" data-expected-width="515" data-expected-height="206">
+ data-offset-x="515" data-offset-y="0" data-expected-width="515" data-expected-height="206">
</div>
<div class="absolute secondRowSecondColumn percentageSize"
data-offset-x="457.5" data-offset-y="65" data-expected-width="457.5" data-expected-height="193">
@@ -171,7 +171,7 @@
data-offset-x="965" data-offset-y="15" data-expected-width="50" data-expected-height="10">
</div>
<div class="absolute endSecondRowEndSecondColumn percentageSize"
- data-offset-x="858" data-offset-y="15" data-expected-width="157.5" data-expected-height="43">
+ data-offset-x="873" data-offset-y="0" data-expected-width="157.5" data-expected-height="43">
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698