CSSStyleSheet-constructable-concat-ref.html (337B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Adoptedstylesheets.concat should work when starting empty</title> 4 <link rel="author" href="mailto:masonf@chromium.org"> 5 6 <span>This should be green</span><br> 7 <span>This should be green</span> 8 <pre>Tests: 9 PASS 10 PASS 11 PASS 12 PASS 13 </pre> 14 15 <style> 16 span { 17 background-color:green; 18 } 19 </style>