blob: 363f96fd02e1bc63d70ccda56dff2b9f935448ed [file] [log] [blame]
<!doctype html>
<title>Container Queries Test: Quotes update outside container being laid out causes crash</title>
<link rel="help" href="https://crbug.com/1313003">
<style>
div { container-type: size }
</style>
<div style="float: right">
<span></span>
<div style="position:absolute"><q></q></div>
<q></q>
</div>