<param> breakout & Firefox

Now fixed, see https://bugzilla.mozilla.org/show_bug.cgi?id=364188

<param> breakout (Source)

<div style="border: 1px solid red;">
    <div>This should be in the red box.</div>
    <param>
    <div>This should be in the red box too (but breaks in Firefox 2.0).</div>
</div>

<param> breakout (Output)

This should be in the red box.
This should be in the red box too (but breaks in Firefox 2.0).

<param> breakout stopped by <table> (Source)

<div style="border: 1px solid blue;">
    <div>This should be in the blue box.</div>
    <table><tr><td><param></td></tr></table>
    <div>This should be in the blue box too.</div>
</div>

<param> breakout stopped by <table> (Output)

This should be in the blue box.
This should be in the blue box too.

More Play