https://github.com/web-platform-tests/wpt
Revision c2cd7575a454498f5758b8179506b3b49ad9f074 authored by Ian Kilpatrick on 28 March 2018, 04:35:58 UTC, committed by Blink WPT Bot on 28 March 2018, 21:08:43 UTC
This adds the bare bones for the LayoutConstraints object. It just
handles the fixedInlineSize parameter. I expect the information in
this object after the next F2F.

The layout for the test will simply output an autoBlockSize of 100, if
the fixedInlineSize is 100. The tests impose various conditions in
how this can occur, but is certainly not exhaustive.

Change-Id: I6be4a7b77d7b737c778dc2de8b235035b8d3fa22
Bug: 726125
Reviewed-on: https://chromium-review.googlesource.com/981517
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546393}
1 parent 107dd46
History
Tip revision: c2cd7575a454498f5758b8179506b3b49ad9f074 authored by Ian Kilpatrick on 28 March 2018, 04:35:58 UTC
[css-layout-api] Implementation of LayoutConstraints#fixedInlineSize.
Tip revision: c2cd757

back to top