Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/inline-crash-chrome-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Inline: Chrome crash with split inlines</title>
<link rel="author" href="mailto:atotic@google.com">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<meta name="assert" content="Chrome crashes on split inlines">
<style>
.first-line::first-line {
font-size: larger;
}
</style>
<div class="first-line">
<ol style="list-style-position: inside">
<li>
<tag>
<div></div>
<script>
test(() => {
}, 'did not crash');
</script>