block-in-inline-insert-017

blocks inside inlines – trailing-inline-with-continuations-1

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Flags
dom

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-insert-017-ref.xht"><title>CSS Test: blocks inside inlines – trailing-inline-with-continuations-1</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="dom">
 7   </head><body style="width: 0">
 8     <span style="border: 2px solid blue;">
 9       <span style="display: block"></span>
10       a b
11       <script type="text/javascript">document.body.offsetWidth</script>
12       <span style="display: block"></span>
13       c
14     </span>
15   
16 
17 </body></html>