added test for align-self: baseline

This commit is contained in:
Lukas Woehrl
2017-01-05 15:11:32 +01:00
parent 17ef313d09
commit 87abbc0935
6 changed files with 3318 additions and 3 deletions

View File

@@ -56,3 +56,10 @@
</div>
<div style="width: 50px; height: 50px;"></div>
</div>
<div id="align_baseline_self" style="width: 100px; height: 100px; flex-direction:row;">
<div style="width: 50px; height: 50px;align-self: baseline;"></div>
<div style="width: 50px; height: 20px;align-self: baseline;">
<div style="width: 50px; height: 10px;"></div>
</div>
</div>