LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property

This commit is contained in:
Bastiaan van der Plaat 2024-08-17 11:35:35 +02:00 committed by Tim Ledbetter
commit f2034270f1
Notes: github-actions[bot] 2024-08-17 16:32:07 +00:00
3 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,8 @@
{ "iframe": "longDesc" },
{ "iframe": "src" },
{ "img": "src" },
{ "img": "longDesc" },
{ "img": "lowsrc" },
{ "link": "href" },
{ "object": "codeBase" },
{ "object": "data" },