commit | 3aafabb5127c3e2d4f93782d74e67e592e8c3745 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Tue Jun 18 17:56:45 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 18 17:56:45 2019 |
tree | 46e50bd929412a33aaa7de42539fb6429e08112d | |
parent | 23e6ed9e31f46c422f2a448b42ff4640c71738ea [diff] |
[LayoutNG] Skip "replaced % resolution" quirk on ortho-roots. This is about an undocumented quirk. I raised https://github.com/whatwg/quirks/issues/46 for it. LayoutNG currently cannot handle this situation, because we don't store the inline-size to use in replaced percentage resolution (only the block-size). However, I find it hard to believe that there'd be any specific expectations to how this is supposed to work if a table cell has a definite block-size, and a descendant establishes an orthogonal writing-mode root. So just ignore it and use regular percentage size resolution in these cases. Bug: 967069 Change-Id: Iac61abe80f4f949017cc161855b2223ec4503812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664075 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#670126}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .