diff options
Diffstat (limited to 'testing/web-platform/tests/css/selectors/child-indexed-no-parent-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/selectors/child-indexed-no-parent-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/selectors/child-indexed-no-parent-ref.html b/testing/web-platform/tests/css/selectors/child-indexed-no-parent-ref.html new file mode 100644 index 0000000000..069c86cf08 --- /dev/null +++ b/testing/web-platform/tests/css/selectors/child-indexed-no-parent-ref.html @@ -0,0 +1,18 @@ +<!doctype html> +<meta charset="utf-8"> +<title>CSS Test reference</title> +<link rel="author" title="Emilio Cobos Álvarez" href="mailto:ecoal95@gmail.com"> +<style> + :root { + color: green; + } +</style> +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green +<p>Should be green |