mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
12 lines
297 B
HTML
12 lines
297 B
HTML
<!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>
|