Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-lists/counters-container-crash.html
<!DOCTYPE html> <title>Crash in line layout in Chrome with quotes and container queries</title> <link rel="help" href="http://crbug.com/1505164"> <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>