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/counters-container-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash in line layout in Chrome with quotes and container queries</title>
<style>
#quote {
container-type: size;
display: inline-block;
}
div {
appearance: auto;
container-type: size;
}
</style>
<q></q>
<div>
<q id="quote"></q>
<q></q>
</div>