diff options
Diffstat (limited to 'testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html new file mode 100644 index 0000000000..1c6b6784c9 --- /dev/null +++ b/testing/web-platform/tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html @@ -0,0 +1,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> |