about summary refs log tree commit diff stats
path: root/test/layout/unhashed-selector-after-hashed-selector.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/unhashed-selector-after-hashed-selector.html')
-rw-r--r--test/layout/unhashed-selector-after-hashed-selector.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/unhashed-selector-after-hashed-selector.html b/test/layout/unhashed-selector-after-hashed-selector.html
new file mode 100644
index 00000000..c5691db2
--- /dev/null
+++ b/test/layout/unhashed-selector-after-hashed-selector.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<style>
+div#a, * { color: red }
+</style>
+test