3 .fakeColumn { float:left; width:
5em; line-height:
2em; }
5 <p>Check that an SVG foreignObject inside a multicol isn't affected by
6 multicol fragmentation at all.
</p>
7 <p>The word
"PASS" should be seen three times below, with some extra
8 spacing between the words. There should be no red.
</p>
9 <div class=
"fakeColumn">
13 <div class=
"fakeColumn">
14 <svg style=
"display:block; width:100%; height:4em;">
15 <foreignObject x=
"0" y=
"0" width=
"100%" height=
"100%">
19 <span style=
"color:red;">FAIL
</span><br>
24 <div class=
"fakeColumn">