chromium/third_party/blink/web_tests/html/marquee/marquee-zero-width-crash.html

<!DOCTYPE html>
<title>Test: Positive content-width, zero marquee-width should not crash</title>
<style>
/* Style taken from clusterfuzz reproduction in http://crbug.com/866289 */
marquee {
  display: table-row-group;
  padding-left: 100px;
}
</style>
<marquee></marquee>

<div>This test passes if it does not crash.</div>

<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>