blob: af39c63775dda95f286cc71a5845285d10f41d6a [file] [log] [blame]
<!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>