blob: 1c6b6784c9caa9ac2a96a004d474f06bc3ff49d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
<style>
span {
background-color:green;
}
</style>
|