Revision 2eec13b500aa5dc62b83f2d3ec87ed5a73d8e933 authored by Ian Kilpatrick on 26 March 2018, 18:44:58 UTC, committed by Chromium WPT Sync on 26 March 2018, 18:44:58 UTC
This allows a LayoutChild to have layout performed on it, which will
return a Fragment - with the correct inline and block sizes.

These Fragments cannot be positioned yet, (next patch).

The LayoutChild will be laid out with an available inline/block size of
zero by default, and optionally can accept a fixed-inline/block size,
which it must respect.

Bug: 726125
Change-Id: Ie4386b8f6cd6ccec3f9e52ff332322101058836d
Reviewed-on: https://chromium-review.googlesource.com/962870
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545845}
1 parent a35b824
History
File Mode Size
README.md -rw-r--r-- 6.9 KB
backcolor.js -rw-r--r-- 27.3 KB
bold.js -rw-r--r-- 49.6 KB
createlink.js -rw-r--r-- 11.0 KB
delete-list-items-in-table-cells.js -rw-r--r-- 1.3 KB
delete.js -rw-r--r-- 112.9 KB
fontname.js -rw-r--r-- 44.5 KB
fontsize.js -rw-r--r-- 41.7 KB
forecolor.js -rw-r--r-- 44.6 KB
formatblock.js -rw-r--r-- 84.2 KB
forwarddelete.js -rw-r--r-- 112.5 KB
hilitecolor.js -rw-r--r-- 31.7 KB
indent.js -rw-r--r-- 33.2 KB
insert-list-items-in-table-cells.js -rw-r--r-- 3.8 KB
inserthorizontalrule.js -rw-r--r-- 24.2 KB
inserthtml.js -rw-r--r-- 24.3 KB
insertimage.js -rw-r--r-- 18.0 KB
insertlinebreak.js -rw-r--r-- 29.9 KB
insertorderedlist.js -rw-r--r-- 35.0 KB
insertparagraph.js -rw-r--r-- 110.5 KB
inserttext.js -rw-r--r-- 42.6 KB
insertunorderedlist.js -rw-r--r-- 41.4 KB
italic.js -rw-r--r-- 33.4 KB
justifycenter.js -rw-r--r-- 120.6 KB
justifyfull.js -rw-r--r-- 95.8 KB
justifyleft.js -rw-r--r-- 47.4 KB
justifyright.js -rw-r--r-- 94.7 KB
misc.js -rw-r--r-- 6.3 KB
multitest.js -rw-r--r-- 125.6 KB
outdent.js -rw-r--r-- 49.6 KB
removeformat.js -rw-r--r-- 27.7 KB
strikethrough.js -rw-r--r-- 40.9 KB
subscript.js -rw-r--r-- 19.9 KB
superscript.js -rw-r--r-- 20.7 KB
underline.js -rw-r--r-- 39.5 KB
unlink.js -rw-r--r-- 5.3 KB

README.md

back to top