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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.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-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html
index e8a1285f1cfbbaa5000224501c2b933ff1af25dd..7e6807be2d5b0ab1f5995da9ede0c3efadff0e57 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-content-alignment-rtl.html
@@ -229,13 +229,13 @@
<div class="grid directionRTL contentSpaceAround">
<div style="grid-column: auto / 2; grid-row: auto / 2;"
- data-offset-x="238" data-offset-y="0" data-expected-width="162" data-expected-height="95">
+ data-offset-x="238" data-offset-y="0" data-expected-width="163" data-expected-height="95">
</div>
</div>
<div class="grid directionRTL contentSpaceAround">
<div class="offsets" style="grid-column: auto / 2; grid-row: auto / 2;"
- data-offset-x="238" data-offset-y="0" data-expected-width="162" data-expected-height="95">
+ data-offset-x="238" data-offset-y="0" data-expected-width="163" data-expected-height="95">
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698