NEW 169007
[css-flexbox] tests flex-item-contains-strict.html and overflow-auto-resizes-correctly.html fail
https://bugs.webkit.org/show_bug.cgi?id=169007
Summary [css-flexbox] tests flex-item-contains-strict.html and overflow-auto-resizes-...
Javier Fernandez
Reported 2017-02-28 16:47:04 PST
The following tests fail due 1 pixel difference in the result. I suspect that it's because some subpixel layout issue, similar to what causes css3/flexbox/line-wrapping.html to fail (see r148800)
Attachments
Javier Fernandez
Comment 1 2017-02-28 16:47:46 PST
(In reply to comment #0) > The following tests fail due 1 pixel difference in the result. > - css3/flexbox/flex-item-contains-strict.html - css3/flexbox/overflow-auto-resizes-correctly.html
Javier Fernandez
Comment 2 2017-02-28 16:49:35 PST
Probably related to bug #117582
Carlos Alberto Lopez Perez
Comment 3 2020-04-06 15:18:00 PDT
The expectation file for css3/flexbox/flex-item-contains-strict.html contains fail lines. The main issue with this test its that it requires support for the css containment spec as it uses <div style="contain: strict;" >. But WebKit still doesn't support that: see bug 172026 Note that this test can be removed in favor of WPT https://wpt.live/css/css-flexbox/flex-item-contains-strict.html once imported (its basically the same test)
Carlos Alberto Lopez Perez
Comment 4 2020-05-13 19:49:24 PDT
I'm retitling this, the bug doesn't seems GTK specific. Also I'm removing the test css3/flexbox/flex-item-contains-strict.html in favor of imported/w3c/web-platform-tests/css/css-flexbox/flex-item-contains-strict.html (its basically the same test) in bug 191460
Note You need to log in before you can comment on or make changes to this bug.