This fixes Shadydom SHIM breaking because we overrode createElement and then the metadata it adds go missing, breaking websites.
BUG: 411556
fvogt | |
ognarb |
Plasma |
This fixes Shadydom SHIM breaking because we overrode createElement and then the metadata it adds go missing, breaking websites.
BUG: 411556
(Sorry, patch directly from suse VM so I could test in Firefox ESR :D)
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
The same approach should probably be used for other overrides as well, like navigator.mediaSession.setActionHandler and window.Audio. That's unrelated to the bug though.