NEW 178790
fill-available height shouldn't change with "box-sizing: border-box"
https://bugs.webkit.org/show_bug.cgi?id=178790
Summary fill-available height shouldn't change with "box-sizing: border-box"
Manuel Rego Casasnovas
Reported 2017-10-25 07:20:38 PDT
Created attachment 324819 [details] Test to reproduce the issue This is easily reproducible if you combine "height: -webkit-fill-avilable" with "box-sizing: border-box" and the element has some border and/or padding. Attached example to reproduce the issue. And current output, the expected result would be that both cyan boxes (the one with "content-box" and the one with "border-box") take the whole height of their wrapper. BTW this is working fine in Chromium/Blink.
Attachments
Test to reproduce the issue (530 bytes, text/html)
2017-10-25 07:20 PDT, Manuel Rego Casasnovas
no flags
Current output (8.79 KB, image/png)
2017-10-25 07:20 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2017-10-25 07:20:55 PDT
Created attachment 324820 [details] Current output
Manuel Rego Casasnovas
Comment 2 2017-10-25 14:45:16 PDT
This was fixed past year in Blink: https://codereview.chromium.org/2100463002/
Note You need to log in before you can comment on or make changes to this bug.