summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/quote-scoping-empty-style-boundaries-ref.html
blob: 6437e08eb1a336d7ae9d69b1c1a47b67a3fd1a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang=en>
  <meta charset=utf-8>
  <title>CSS-contain test: nested style containment and the quote element following a style boundary without any quotes</title>
  <link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
  <link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-style">

<div>
    <div>
        <q></q>
    </div>
</div>