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

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

Issue 2074353002: The element's offset isn't relevant when comparing its dimensions with that of its overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621359
Patch Set: bug 619509 Created 4 years, 5 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-positioned-items-content-alignment.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment.html
index cf983490e9176265b4dd51131b7d85fca3728247..40471b7f2df1f319d0c87cb41cbce4d2ea539314 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment.html
@@ -301,13 +301,13 @@
<div class="grid contentSpaceAround">
<div style="grid-column: 2 / auto; grid-row: 2 / auto;"
- data-offset-x="288" data-offset-y="145" data-expected-width="112" data-expected-height="55">
+ data-offset-x="288" data-offset-y="145" data-expected-width="113" data-expected-height="55">
</div>
</div>
<div class="grid contentSpaceAround">
<div class="offsets" style="grid-column: 2 / auto; grid-row: 2 / auto;"
- data-offset-x="288" data-offset-y="145" data-expected-width="112" data-expected-height="55">
+ data-offset-x="288" data-offset-y="145" data-expected-width="113" data-expected-height="55">
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698