quote-scoping-empty-style-boundaries.html (529B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>CSS-contain test: nested style containment and the quote element following a style boundary without any quotes</title> 5 <link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com"> 6 <link rel="match" href="reference/quote-scoping-empty-style-boundaries-ref.html"> 7 <link rel=help href="https://drafts.csswg.org/css-contain-1/#containment-style"> 8 9 <div style="contain: style;"> 10 <div style="contain: style;"> 11 <q></q> 12 </div> 13 </div>