mirror of
https://github.com/servo/servo.git
synced 2025-09-24 22:00:10 +01:00
Add the reflected 'sizes' IDL attribute for <image> element's DOM interface which defines image sizes for different page layouts. See https://html.spec.whatwg.org/multipage/#dom-img-sizes Testing: Improvements in the following tests - custom-elements/reactions/customized-builtins/HTMLImageElement.html - html/dom/idlharness.https.html - html/semantics/embedded-content/the-img-element/relevant-mutations.html Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
6 lines
278 B
INI
Vendored
6 lines
278 B
INI
Vendored
[HTMLImageElement.html]
|
|
[decoding on HTMLImageElement must enqueue an attributeChanged reaction when adding a new attribute]
|
|
expected: FAIL
|
|
|
|
[decoding on HTMLImageElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
|
expected: FAIL
|