Commit b43598c4 authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

[css-flex] Fix typo in a layout test (it's->its)

R=dgrogan@chromium.org

Change-Id: I9570f9a1821c137f23df235393e8b99ce980a8fe
Reviewed-on: https://chromium-review.googlesource.com/c/1324235
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606192}
parent ba3f7d26
...@@ -29,43 +29,43 @@ ...@@ -29,43 +29,43 @@
<div id=log></div> <div id=log></div>
<p>Test for BUG=324178: Chrome incorrectly honors "align-content" in "flex-wrap: wrap" flex containers that only have a single line</p> <p>Test for BUG=324178: Chrome incorrectly honors "align-content" in "flex-wrap: wrap" flex containers that only have a single line</p>
<div class="default" style="align-content: flex-start"> <div class="default" style="align-content: flex-start">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: flex-end"> <div class="default" style="align-content: flex-end">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: center"> <div class="default" style="align-content: center">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: space-between"> <div class="default" style="align-content: space-between">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: space-around"> <div class="default" style="align-content: space-around">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: space-evenly"> <div class="default" style="align-content: space-evenly">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="default" style="align-content: stretch"> <div class="default" style="align-content: stretch">
<div data-offset-y="0">This text should be at the top of it's container</div> <div data-offset-y="0">This text should be at the top of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: flex-start"> <div class="verticalWriting" style="align-content: flex-start">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: flex-end"> <div class="verticalWriting" style="align-content: flex-end">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: center"> <div class="verticalWriting" style="align-content: center">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: space-between"> <div class="verticalWriting" style="align-content: space-between">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: space-around"> <div class="verticalWriting" style="align-content: space-around">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
<div class="verticalWriting" style="align-content: stretch"> <div class="verticalWriting" style="align-content: stretch">
<div data-offset-x="0">This text should be at the left of it's container</div> <div data-offset-x="0">This text should be at the left of its container</div>
</div> </div>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment