One more run-in question: replaced elements

I just realized that there's one more interesting edge case: replaced 
elements styled with "display:run-in".

Testcase:

<!DOCTYPE html>
<html>
   <body>
     <img style="display: run-in" 
src="http://www.mozilla.org/images/mozilla-banner.gif">
     <div style="border: 20px solid green">aaa</div>
   </body>
</html>

Observed behavior:
Opera 10.01: Image does not run in.
Webkit 2009-11-20 nightly: Image does not run in.
IE8: Image runs in.

The IE8 behavior seems correct to me, given the spec text, right.

-Boris

Received on Saturday, 21 November 2009 05:22:54 UTC