diff options
Diffstat (limited to 'testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html')
-rw-r--r-- | testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html b/testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html new file mode 100644 index 0000000000..1ed6da5958 --- /dev/null +++ b/testing/web-platform/tests/custom-elements/pseudo-class-defined-print-ref.html @@ -0,0 +1,9 @@ +<!doctype html> +<style> + div { + width: 100px; + height: 100px; + background: green; + } +</style> +<div></div> |