<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Adoptedstylesheets.concat should work when starting empty</title> | |
<link rel="author" href="mailto:masonf@chromium.org"> | |
<span>This should be green</span><br> | |
<span>This should be green</span> | |
<pre>Tests: | |
PASS | |
PASS | |
PASS | |
PASS | |
</pre> | |
<style> | |
span { | |
background-color:green; | |
} | |
</style> |