diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/shadow-dom-part-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/shadow-dom-part-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/shadow-dom-part-ref.html b/testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/shadow-dom-part-ref.html new file mode 100644 index 0000000000..7f1af75320 --- /dev/null +++ b/testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/shadow-dom-part-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> + +<ol> + <div>A.</div> + <div>B.</div> + <div>C.</div> +</ol> + |