diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html b/testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html new file mode 100644 index 0000000000..8eee65a270 --- /dev/null +++ b/testing/web-platform/tests/css/css-shadow-parts/part-nested-pseudo-ref.html @@ -0,0 +1,9 @@ +<!doctype html> +<title>CSS Test Reference</title> +<style> +input { + border: 1px solid green; +} +</style> +<input type=file part=input> +<input type=text part=input placeholder=Foobar> |