diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-10-31 15:44:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 14:44:15 +0000 |
commit | 31566aef02af25625ec2f28d3b108f8e0234b974 (patch) | |
tree | 6795a3021276faf431b9e85dec97394975b2ef09 /tests/wpt/meta/html/rendering | |
parent | 62c79514249ac2c493390e75cd66235bd31942f2 (diff) | |
download | servo-31566aef02af25625ec2f28d3b108f8e0234b974.tar.gz servo-31566aef02af25625ec2f28d3b108f8e0234b974.zip |
Fix geometry queries for floats and replaced inlines (#34083)
APIs like `clientWidth` were returning zero.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta/html/rendering')
2 files changed, 0 insertions, 24 deletions
diff --git a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html.ini b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html.ini deleted file mode 100644 index 94be05be34a..00000000000 --- a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html.ini +++ /dev/null @@ -1,15 +0,0 @@ -[video-intrinsic-width-height.html] - [no width/height attributes] - expected: FAIL - - [only width attribute] - expected: FAIL - - [only height attribute] - expected: FAIL - - [both width/height attributes] - expected: FAIL - - [both width/height attributes and style] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini b/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini index 86933d3b219..ac96bb6d55c 100644 --- a/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini +++ b/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini @@ -19,12 +19,3 @@ [display: list-item - available width: 300px] expected: FAIL - - [float: left - available width: 50px] - expected: FAIL - - [float: left - available width: 200px] - expected: FAIL - - [float: left - available width: 300px] - expected: FAIL |