summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/size-container-with-quotes.html
blob: b88f882cd043195bb4f1b323c369515fe6107e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>CSS Container Queries Test: &lt;q&gt; element as a size container must generate quotes</title>
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#size-container">
<link rel="match" href="size-container-with-quotes-ref.html">
<style>
  q {
    container-type: inline-size;
    display: block;
  }
</style>
<q>This text must be quoted.</q>