block-in-inline-nested-002

blocks inside inlines – split-inner-inline-2

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html><head><link rel="reference" href="block-in-inline-nested-002-ref.xht"><title>CSS Test: blocks inside inlines – split-inner-inline-2</title>
 3     <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
 4     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
 5     <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">
 6     <meta name="flags" content="">
 7   </head><body>
 8     <span>
 9       First line
10       <span style="border: 5px solid blue">
11         <span style="display: block">
12           Second line
13         </span>
14       </span>
15       Third line, yes
16     </span>
17   
18 
19 </body></html>