summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/crashtests/chrome-quotes-crash.html
blob: 363f96fd02e1bc63d70ccda56dff2b9f935448ed (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>