Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/marker-content-incremental-layout-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
#bar { content: url(doesnotexist); }
</style>
<body onload='bar.id = "baz"'>
<li id="bar" style="overflow: scroll"></li>
</body>