Files
ladybird/Libraries/LibWeb/DOM/NamedNodeMap.cpp
Tim Ledbetter f378f41526 LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute()
Previously, we were doing a case insensitive comparison, which could
return the wrong result if the attribute name was uppercase.
2024-11-23 21:19:28 +00:00

12 KiB