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/crashtests/chrome-legacy-propagation-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>HTML root list-item crash during direction-propagation from body</title>
<style>
html {
display: list-item;
direction: rtl;
}
body {
direction: ltr;
}
div {
display:table-column-group;
column-count: 1;
}
</style>
<p>Pass if no crash.</p>
<div></div>