web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
278 stars 28 forks source link

Remove inline-flexbox-wrap-vertically-width-calculation.html and multiline-shrink-to-fit.html #592

Closed davidsgrogan closed 10 months ago

davidsgrogan commented 10 months ago

Test List

inline-flexbox-wrap-vertically-width-calculation.html multiline-shrink-to-fit.html

Rationale

These tests' expectations rely on the non-standardized multiline column intrinsic sizing algorithm. Now that Blink has implemented the standardized intrinsic size algorithm, Blink doesn't match these expectations.

We could fix the expectations to match the specification. But such update would penalize Webkit and Gecko for not shipping the specified intrinsic sizing algorithms, and implementing those algorithms were definitely not part of interop2023. So: I propose we simply remove these two tests from the interop test set.

/cc @nt1m and @dholbert for review

dholbert commented 10 months ago

Sure, removing makes sense. Thanks!

nt1m commented 10 months ago

Sounds good to me