1069941-inline-bidi-margin-1-ref.html (350B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test for bug 1069941 -- margins</title> 5 <style type="text/css"> 6 .outer { 7 display: inline-block; 8 border: 1px solid lime; 9 } 10 .inner { 11 color:transparent; 12 margin-left: 50px; 13 border: 2px solid teal; 14 } 15 </style> 16 </head> 17 <body> 18 <span class="outer"><span class="inner">(12]</span></span> 19 </body> 20 </html>