21 This test passes if there is a horizontal green line below. It tests that:
23 <li>a block setting white-space:pre does not affect the whitespace-collapsing
24 behavior of an inline setting white-space:nowrap
</li>
25 <li>an inline setting white-space:normal or nowrap does not allow wrapping
26 when nested in a block that sets white-space:pre
</li>
28 <div class=
"test pre"><span class=
"nowrap foo">x
</span><span class=
"normal">xx
</span></div>