Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/floats/crashtests/firefox-bug-1906768.html - WPT Dashboard Interop Dashboard
<!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>