diff options
author | bptato <nincsnevem662@gmail.com> | 2025-01-30 23:45:23 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-01-30 23:54:08 +0100 |
commit | bba9eda3f1d44b1839576ea7d1651ea23d5afc16 (patch) | |
tree | 37a11b21d041a7644b594af3295b605359e133ee /test/layout/unhashed-selector-after-hashed-selector.html | |
parent | 77acb5d5953fb585cd0ce5724ddad3190fbf46b6 (diff) | |
download | chawan-bba9eda3f1d44b1839576ea7d1651ea23d5afc16.tar.gz |
sheet: fix a hashing bug
Diffstat (limited to 'test/layout/unhashed-selector-after-hashed-selector.html')
-rw-r--r-- | test/layout/unhashed-selector-after-hashed-selector.html | 5 |
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 |