mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Follow the HTML specification and take into account that state changes of the <image> 'crossorigin' and 'referrerpolicy' content attributes (not 'crossOrigin' and 'referrerPolicy' IDL attributes) should be counted as relevant mutations. See https://html.spec.whatwg.org/multipage/#relevant-mutations Testing: Improvements in the following tests - html/dom/reflection-embedded.html - html/semantics/embedded-content/the-img-element/relevant-mutations.html Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>