Bug 1490556 [wpt PR 12960] - [css-contain] Fix contain-size-025 using "dislay: block...
commitf8943e0a46e3428614d27719e0aeb929cc0acdd9
authorManuel Rego Casasnovas <rego@igalia.com>
Thu, 13 Sep 2018 02:59:37 +0000 (13 02:59 +0000)
committerManuel Rego Casasnovas <rego@igalia.com>
Thu, 13 Sep 2018 02:59:37 +0000 (13 02:59 +0000)
treed5b93ba197cf839a4593b490dbec6bc7dc5968b5
parentdcbdd78aa0950681c46d5ea7da5d1da0c85c3918
Bug 1490556 [wpt PR 12960] - [css-contain] Fix contain-size-025 using "dislay: block" on images, a=testonly

Automatic update from web-platform-tests[css-contain] Fix contain-size-025 using "dislay: block" on images (#12960)

The test was overflowing in Chromium in some configurations,
because of the images were sitting on the alphabetic baseline
and it varies depending on the font the browser selects.
The test was trying to avoid the issue by using a 50x23 image,
however that was not enough in some cases.

The test is modified so it uses "display: block" for the images
and 50x25 as size for them.
This was discussed offline with @TalbotG.
--

wpt-commits: 13e6650b9c6b177ec4f9efcd044503afda82ea55
wpt-pr: 12960

--HG--
extra : rebase_source : 9764d25bc750df06f44115d165121b8d90e891da
extra : source : a6987c8648d0fff8d3ae2860f064c17b30831860
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/css/css-contain/contain-size-025.html
testing/web-platform/tests/css/css-contain/support/blue50wBy23h.png [deleted file]
testing/web-platform/tests/css/css-contain/support/blue50wBy25h.png [new file with mode: 0644]