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
Raw File
0087-isvalid.html
<!DOCTYPE html>
<html>
   <head>
      <meta charset=utf-8>
      <title>Test 0087</title>
   </head>
   <body>
      <p>
         <a rel=":alternate" href="http://example.org/alternate">alternate</a>
         <a rel=":appendix" href="http://example.org/appendix">appendix</a>
         <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a>
         <a rel=":cite" href="http://example.org/cite">cite</a>
         <a rel=":chapter" href="http://example.org/chapter">chapter</a>
         <a rel=":contents" href="http://example.org/contents">contents</a>
         <a rel=":copyright" href="http://example.org/copyright">copyright</a>
         <a rel=":glossary" href="http://example.org/glossary">glossary</a>
         <a rel=":help" href="http://example.org/help">help</a>
         <a rel=":icon" href="http://example.org/icon">icon</a>
         <a rel=":index" href="http://example.org/index">index</a>
         <a rel=":first" href="http://example.org/first">first</a>
         <a rel=":last" href="http://example.org/last">last</a>
         <a rel=":license" href="http://example.org/license">license</a>
         <a rel=":meta" href="http://example.org/meta">meta</a>
         <a rel=":next" href="http://example.org/next">next</a>
         <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a>
         <a rel=":prev" href="http://example.org/prev">prev</a>
         <a rel=":role" href="http://example.org/role">role</a>
         <a rel=":section" href="http://example.org/section">section</a>
         <a rel=":subsection" href="http://example.org/subsection">subsection</a>
         <a rel=":start" href="http://example.org/start">start</a>
         <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a>
         <a rel=":up" href="http://example.org/up">up</a>
      </p>
   </body>
</html>
back to top