baseline-with-orthogonal-flow-001-ref.html (356B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title> 6 CSS Reference Case 7 </title> 8 <style> 9 .ib { 10 display: inline-block; 11 } 12 </style> 13 </head> 14 <body> 15 Test passes if the visible characters below are baseline-aligned. 16 <br><br> 17 18 aaa 19 20 <div class="ib"> 21 bbb 22 </div> 23 24 <div class="ib"> 25 ccc 26 </div> 27 </body> 28 </html>