mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Follow the HTML specification and reject the pending image decode promises on any current request mutation. https://html.spec.whatwg.org/multipage/#updating-the-image-data (step 18) https://html.spec.whatwg.org/multipage/#dom-img-decode (step 3) Fulfill and reject image decode promises by queueing a global tasks on the DOM manipulation task source. Testing: Improvements in the following tests - html/semantics/embedded-content/the-img-element/decode/* Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com> |
||
---|---|---|
.. | ||
image-decode-iframe.html.ini | ||
image-decode-image-document.html.ini | ||
image-decode-path-changes-svg.tentative.html.ini | ||
image-decode-svg.tentative.html.ini | ||
image-decode-with-quick-attach-svg.tentative.html.ini | ||
image-decode-with-quick-attach.html.ini |