diff options
author | bptato <nincsnevem662@gmail.com> | 2024-08-02 01:51:59 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-08-02 01:53:01 +0200 |
commit | cd276934fc86c7cb6c7ebc69cf0a6c27445bad0d (patch) | |
tree | 6d22bb3d73dc19dd7c512f4590c7aa48e7e3179d /test | |
parent | 8f88e5f05b76dd9b16ba91c9e28f07bd1549ae93 (diff) | |
download | chawan-cd276934fc86c7cb6c7ebc69cf0a6c27445bad0d.tar.gz |
cssvalues, sheet: fix some more case sensitivity bugs
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/media-query.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layout/media-query.html b/test/layout/media-query.html index 1d09e25f..b450807f 100644 --- a/test/layout/media-query.html +++ b/test/layout/media-query.html @@ -1,5 +1,5 @@ <style> -@media (WiDtH >= 1px) and (HeiGhT < 10000px) { +@mediA (WiDtH >= 1px) and (HeiGhT < 10000px) { #red { color: red } } @media (width >= 1px 2px) { |