wpt / css / CSS2 / floats / crashtests / firefox-bug-1906768.html

Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/CSS2/floats/crashtests/firefox-bug-1906768.html

<!DOCTYPE html>
<style>
* {
  line-break: anywhere;
  columns: 66 0px;
}
#a {
  float: right;
}
</style>
<marquee>
<input>
<optgroup>a</optgroup>
</marquee>
<li>bbbbbbbbbbbbbbb</li>
<li id="a">aaaaaaaaaaaaaaaaaa</li>