diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-06-08 03:44:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-08 01:44:37 +0000 |
commit | bd6639aadbbda905a82bfe911caf033cd33cfde1 (patch) | |
tree | 787dfdccf68ceaeaa39c330601457efe488c3699 /tests/wpt/meta/html/semantics/embedded-content | |
parent | aeca81c09110eae49c1a0acd965decacc06b78d4 (diff) | |
download | servo-main.tar.gz servo-main.zip |
Automated downstream sync of changes from upstream as of 08-06-2025
[no-wpt-sync]
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/html/semantics/embedded-content')
5 files changed, 597 insertions, 95 deletions
diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini index d7e7d1b9815..24903b5f66f 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini @@ -1,4 +1,4 @@ [iframe_sandbox_popups_escaping-1.html] - expected: CRASH + expected: TIMEOUT [Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used] expected: TIMEOUT diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini index e8872b3585b..bbc1f35d8d9 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini @@ -1,4 +1,3 @@ [iframe_sandbox_popups_nonescaping-1.html] - expected: TIMEOUT [Check that popups from a sandboxed iframe do not escape the sandbox] - expected: NOTRUN + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini index c6f1e5d7d84..4034793cc72 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini @@ -1,4 +1,3 @@ [iframe_sandbox_popups_nonescaping-2.html] - expected: TIMEOUT [Check that popups from a sandboxed iframe do not escape the sandbox] - expected: NOTRUN + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-unavailable.tentative.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-unavailable.tentative.html.ini deleted file mode 100644 index 5c4c37fa7e1..00000000000 --- a/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-unavailable.tentative.html.ini +++ /dev/null @@ -1,90 +0,0 @@ -[naturalWidth-naturalHeight-unavailable.tentative.html] - [SVG image, no natural dimensions] - expected: FAIL - - [SVG image, percengage natural dimensions] - expected: FAIL - - [SVG image, negative percengage natural dimensions] - expected: FAIL - - [SVG image, with natural width] - expected: FAIL - - [SVG image, with natural height] - expected: FAIL - - [SVG image, with natural width of 0] - expected: FAIL - - [SVG image, with natural height of 0] - expected: FAIL - - [SVG image, with natural width being negative] - expected: FAIL - - [SVG image, with natural height being negative] - expected: FAIL - - [SVG image, no natural dimensions, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, percengage natural dimensions, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural width, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural height, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural width of 0, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural height of 0, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural width being negative, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural height being negative, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, no natural dimensions, viewBox with 0 width/height] - expected: FAIL - - [SVG image, no natural dimensions, viewBox with 0 width] - expected: FAIL - - [SVG image, no natural dimensions, viewBox with 0 height] - expected: FAIL - - [SVG image, with natural width, viewBox with 0 width/height] - expected: FAIL - - [SVG image, with natural width, viewBox with 0 width] - expected: FAIL - - [SVG image, with natural width, viewBox with 0 height] - expected: FAIL - - [SVG image, with natural height, viewBox with 0 width/height] - expected: FAIL - - [SVG image, with natural height, viewBox with 0 width] - expected: FAIL - - [SVG image, with natural height, viewBox with 0 height] - expected: FAIL - - [SVG image, with natural width and height, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural width and height of 0, and aspect ratio from viewBox] - expected: FAIL - - [SVG image, with natural width and height being negative, and aspect ratio from viewBox] - expected: FAIL diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-width-height.tentative.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-width-height.tentative.html.ini new file mode 100644 index 00000000000..cc6b4f3f186 --- /dev/null +++ b/tests/wpt/meta/html/semantics/embedded-content/the-img-element/naturalWidth-naturalHeight-width-height.tentative.html.ini @@ -0,0 +1,594 @@ +[naturalWidth-naturalHeight-width-height.tentative.html] + [raster image] + expected: FAIL + + [raster image with width/height attributes] + expected: FAIL + + [raster image with width/height attributes (when not rendered)] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions] + expected: FAIL + + [SVG image, no natural dimensions (when not rendered)] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions (when not rendered)] + expected: FAIL + + [SVG image with width attr, no natural dimensions] + expected: FAIL + + [SVG image with width attr, no natural dimensions (when not rendered)] + expected: FAIL + + [SVG image with height attr, no natural dimensions] + expected: FAIL + + [SVG image with height attr, no natural dimensions (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions] + expected: FAIL + + [SVG image, percengage natural dimensions (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions] + expected: FAIL + + [SVG image, negative percengage natural dimensions (when not rendered)] + expected: FAIL + + [SVG image, with natural width] + expected: FAIL + + [SVG image, with natural width (when not rendered)] + expected: FAIL + + [SVG image, with natural height] + expected: FAIL + + [SVG image, with natural height (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0] + expected: FAIL + + [SVG image, with natural width of 0 (when not rendered)] + expected: FAIL + + [SVG image, with natural height of 0] + expected: FAIL + + [SVG image, with natural height of 0 (when not rendered)] + expected: FAIL + + [SVG image, with natural width being negative] + expected: FAIL + + [SVG image, with natural width being negative (when not rendered)] + expected: FAIL + + [SVG image, with natural height being negative] + expected: FAIL + + [SVG image, with natural height being negative (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox (when not rendered)] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox (when not rendered)] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural height of 0, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural width being negative, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural height being negative, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height (when not rendered)] + expected: FAIL + + [SVG image, with natural width and height] + expected: FAIL + + [SVG image, with natural width and height, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural width and height of 0, and aspect ratio from viewBox] + expected: FAIL + + [SVG image, with natural width and height being negative, and aspect ratio from viewBox] + expected: FAIL + + [raster image (with srcset/1x)] + expected: FAIL + + [raster image with width/height attributes (with srcset/1x)] + expected: FAIL + + [raster image with width/height attributes (with srcset/1x) (when not rendered)] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions (with srcset/1x)] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image with width attr, no natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image with width attr, no natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image with height attr, no natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image with height attr, no natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image, percengage natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions (with srcset/1x)] + expected: FAIL + + [SVG image, negative percengage natural dimensions (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0 (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width of 0 (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height of 0 (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height of 0 (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width being negative (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width being negative (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height being negative (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height being negative (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height of 0, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width being negative, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height being negative, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height (with srcset/1x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height (with srcset/1x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width and height (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width and height, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width and height of 0, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [SVG image, with natural width and height being negative, and aspect ratio from viewBox (with srcset/1x)] + expected: FAIL + + [raster image (with srcset/2x)] + expected: FAIL + + [raster image (with srcset/2x) (when not rendered)] + expected: FAIL + + [raster image with width/height attributes (with srcset/2x)] + expected: FAIL + + [raster image with width/height attributes (with srcset/2x) (when not rendered)] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions (with srcset/2x)] + expected: FAIL + + [non existent image with width/height attributes, no natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image with width/height attrs, no natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image with width attr, no natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image with width attr, no natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image with height attr, no natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image with height attr, no natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image, percengage natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions (with srcset/2x)] + expected: FAIL + + [SVG image, negative percengage natural dimensions (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0 (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width of 0 (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height of 0 (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height of 0 (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width being negative (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width being negative (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height being negative (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height being negative (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, percengage natural dimensions, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, negative percengage natural dimensions, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width of 0, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height of 0, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width being negative, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height being negative, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width/height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 width (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height (with srcset/2x)] + expected: FAIL + + [SVG image, no natural dimensions, viewBox with 0 height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width/height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 width (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width, viewBox with 0 height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width/height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 width (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural height, viewBox with 0 height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width and height (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width and height (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width and height, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width and height, and aspect ratio from viewBox (with srcset/2x) (when not rendered)] + expected: FAIL + + [SVG image, with natural width and height of 0, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL + + [SVG image, with natural width and height being negative, and aspect ratio from viewBox (with srcset/2x)] + expected: FAIL |