mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
13 lines
297 B
HTML
13 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>
|