mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
21298d6c2c
The basic idea is to only match against id selectors which might matter by keeping track of them in a hashtable instead of a flat list. We still need to use a flat list for possibly-negated id selectors, unfortunately.
7 lines
126 B
HTML
7 lines
126 B
HTML
<!-- This test needs to be in quirks mode -->
|
|
<html>
|
|
<body style="color: green">
|
|
This should be green
|
|
</body>
|
|
</html>
|