Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/obsolete/crashtests/marquee-zero-width.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Positive content-width, zero marquee-width should not crash</title>
<style>
marquee {
display: table-row-group;
padding-left: 100px;
}
</style>
<marquee></marquee>