10 border:
1px solid red;
19 border:
1px solid red;
21 -webkit-writing-mode: vertical-lr;
24 <script src=
"../../resources/check-layout.js"></script>
26 <body onload=
"checkLayout('.default'); checkLayout('.verticalWriting'); ">
27 <p>Test for BUG=
324178: Chrome incorrectly honors
"align-content" in
"flex-wrap: wrap" flex containers that only have a single line
</p>
28 <div class=
"default" style=
"align-content: flex-start">
29 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
31 <div class=
"default" style=
"align-content: flex-end">
32 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
34 <div class=
"default" style=
"align-content: center">
35 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
37 <div class=
"default" style=
"align-content: space-between">
38 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
40 <div class=
"default" style=
"align-content: space-around">
41 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
43 <div class=
"default" style=
"align-content: stretch">
44 <div data-offset-y=
"0">This text should be at the top of it's container
</div>
46 <div class=
"verticalWriting" style=
"align-content: flex-start">
47 <div data-offset-x=
"0">This text should be at the left of it's container
</div>
49 <div class=
"verticalWriting" style=
"align-content: flex-end">
50 <div data-offset-x=
"0">This text should be at the left of it's container
</div>
52 <div class=
"verticalWriting" style=
"align-content: center">
53 <div data-offset-x=
"0">This text should be at the left of it's container
</div>
55 <div class=
"verticalWriting" style=
"align-content: space-between">
56 <div data-offset-x=
"0">This text should be at the left of it's container
</div>
58 <div class=
"verticalWriting" style=
"align-content: space-around">
59 <div data-offset-x=
"0">This text should be at the left of it's container
</div>
61 <div class=
"verticalWriting" style=
"align-content: stretch">
62 <div data-offset-x=
"0">This text should be at the left of it's container
</div>