File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< link rel ="help " href ="https://drafts.csswg.org/css-align-3/#justify-abspos ">
3
3
< link rel ="match " href ="../../reference/ref-filled-green-100px-square.xht ">
4
- < meta name ="assert "
5
- content ="auto margins are calculated correctly when justify-self is specified but should have no effect " />
4
+ < meta name ="assert " content ="auto margins do not disable fit-content sizing when justify-self is specified ">
6
5
< style >
7
6
# reference-overlapped-red {
8
7
position : absolute;
18
17
19
18
< div id =reference-overlapped-red > </ div >
20
19
21
- < div style ="width: 100px; ">
22
- < div
23
- style ="height:100px; margin: auto; justify-self: right; background: green; ">
24
- < div style ="width: 50px; "> </ div >
20
+ < div style ="width: 200px; margin-left: -50px; ">
21
+ < div style ="height:100px; margin: auto; justify-self: right; background: green; ">
22
+ < div style ="width: 100px; "> </ div >
25
23
</ div >
26
24
</ div >
You can’t perform that action at this time.
0 commit comments