mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2fe672e79c
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>
|