| 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>
|
|
|
|
|