summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/counters-container-crash.html
blob: d195db937cef83b86292cf9e15beba77ca9a9df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>