about summary refs log tree commit diff stats
path: root/test/layout/unhashed-selector-after-hashed-selector.html
blob: c5691db2d11cbf5084c8183b39d0e7b722676dba (plain) (blame)
1
2
3
4
5
<!DOCTYPE html>
<style>
div#a, * { color: red }
</style>
test