| <!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> |