| <!DOCTYPE html> |
| <html> |
| <head> |
| <link href="../css-intrinsic-dimensions/resources/width-keyword-classes.css" rel="stylesheet"> |
| <link href="resources/grid.css" rel="stylesheet"> |
| <link href="resources/grid-alignment.css" rel="stylesheet"> |
| <script src="../../resources/check-layout.js"></script> |
| <style> |
| body { |
| margin: 0; |
| } |
| |
| .grid { |
| grid-template-columns: 100px 100px; |
| grid-template-rows: 200px 200px; |
| margin-bottom: 20px; |
| } |
| |
| .item { |
| width: 20px; |
| height: 40px; |
| } |
| |
| .autoMarginTop { margin-top: auto; } |
| .autoMarginRight { margin-right: auto; } |
| .autoMarginBottom { margin-bottom: auto; } |
| .autoMarginLeft { margin-left: auto; } |
| .autoMargin { margin: auto; } |
| </style> |
| </head> |
| <body onload="checkLayout('.grid')"> |
| |
| <p>This test checks that aling-self and justify-self properties are not applied when there is auto-margin in the correponding axis. Instead, auto-margin alignment should be applied.</p> |
| |
| <p>Direction: LTR | Self Aligmment: center | fixed size items | 1 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR itemsCenter"> |
| <div class="item autoMarginTop firstRowFirstColumn" data-offset-x="90" data-offset-y="60" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginRight firstRowSecondColumn" data-offset-x="0" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginLeft secondRowFirstColumn" data-offset-x="380" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginBottom secondRowSecondColumn" data-offset-x="290" data-offset-y="100" data-expected-width="20" data-expected-height="40"></div> |
| </div> |
| </div> |
| |
| <p>Direction: LTR | Self Aligmment: start | fixed size items | 4 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR"> |
| <div class="item autoMargin firstRowFirstColumn" data-offset-x="90" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin firstRowSecondColumn" data-offset-x="90" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin secondRowFirstColumn" data-offset-x="290" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin secondRowSecondColumn" data-offset-x="290" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| </div> |
| </div> |
| |
| <p>Direction: LTR | Self Aligmment: center | auto size items | 1 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR itemsCenter"> |
| <div class="autoMarginTop firstRowFirstColumn" data-offset-x="90" data-offset-y="60" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginRight firstRowSecondColumn" data-offset-x="0" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginLeft secondRowFirstColumn" data-offset-x="380" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginBottom secondRowSecondColumn" data-offset-x="290" data-offset-y="100" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| </div> |
| </div> |
| |
| <p>Direction: LTR | Self Aligmment: start | auto size items | 4 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR"> |
| <div class="autoMargin firstRowFirstColumn" data-offset-x="90" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin firstRowSecondColumn" data-offset-x="90" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin secondRowFirstColumn" data-offset-x="290" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin secondRowSecondColumn" data-offset-x="290" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| </div> |
| </div> |
| |
| <!-- direction RTL --> |
| <p>Direction: RTL | Self Aligmment: center | fixed size items | 1 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR itemsCenter directionRTL"> |
| <div class="item autoMarginTop firstRowFirstColumn" data-offset-x="90" data-offset-y="160" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginRight firstRowSecondColumn" data-offset-x="0" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginLeft secondRowFirstColumn" data-offset-x="380" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMarginBottom secondRowSecondColumn" data-offset-x="290" data-offset-y="0" data-expected-width="20" data-expected-height="40"></div> |
| </div> |
| </div> |
| |
| |
| <p>Direction: RTL | Self Aligmment: start | fixed size items | 4 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR directionRTL"> |
| <div class="item autoMargin firstRowFirstColumn" data-offset-x="90" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin firstRowSecondColumn" data-offset-x="90" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin secondRowFirstColumn" data-offset-x="290" data-offset-y="130" data-expected-width="20" data-expected-height="40"></div> |
| <div class="item autoMargin secondRowSecondColumn" data-offset-x="290" data-offset-y="30" data-expected-width="20" data-expected-height="40"></div> |
| </div> |
| </div> |
| |
| <p>Direction: RTL | Self Aligmment: center | auto size items | 1 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR itemsCenter directionRTL"> |
| <div class="autoMarginTop firstRowFirstColumn" data-offset-x="90" data-offset-y="160" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginRight firstRowSecondColumn" data-offset-x="0" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginLeft secondRowFirstColumn" data-offset-x="380" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMarginBottom secondRowSecondColumn" data-offset-x="290" data-offset-y="0" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| </div> |
| </div> |
| |
| |
| <p>Direction: RTL | Self Aligmment: start | auto size items | 4 auto-margin</p> |
| <div style="position: relative"> |
| <div class="grid fit-content verticalLR directionRTL"> |
| <div class="autoMargin firstRowFirstColumn" data-offset-x="90" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin firstRowSecondColumn" data-offset-x="90" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin secondRowFirstColumn" data-offset-x="290" data-offset-y="130" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| <div class="autoMargin secondRowSecondColumn" data-offset-x="290" data-offset-y="30" data-expected-width="20" data-expected-height="40"><div class="item"></div></div> |
| </div> |
| </div> |
| |
| </body> |
| </html> |