2 <html style=
"font-size: 16px">
5 <meta name=
"viewport" content=
"width=800">
15 <script src=
"resources/autosizingTest.js"></script>
21 This test verifies that FastTextAutosizer considers a list item (LI) to be
22 "text" for the purpose of determining the deepest block containing all text
23 (DBCAT). If this were not the case, the cluster's DBCAT would be the DIV inside
24 the LI, which hasn't entered layout yet when the list marker is autosized (causing
25 the autosizer to crash).
27 <ul style=
"float:left">
28 <li><div>List item list item list item list item list item list item list item
29 list item list item list item list item list item list item list item list item
30 list item list item list item list item list item list item list item list item
</div></li>