@@ -300,6 +300,11 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
300300 Animation type : by computed value type
301301 </pre>
302302
303+ <wpt>
304+ line-clamp-auto-009.html
305+ line-clamp-auto-010.html
306+ </wpt>
307+
303308 ISSUE: This section might need to be re-synced against [[CSS-OVERFLOW-3]] .
304309
305310 This property specifies rendering when inline content overflows
@@ -727,6 +732,8 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
727732 block-ellipsis-012.html
728733 block-ellipsis-022.html
729734 block-ellipsis-repaint-002.html
735+ line-clamp-auto-016.html
736+ line-clamp-auto-017.html
730737 </wpt>
731738
732739 Ignoring any intervening [=absolutely positioned=] element
@@ -736,6 +743,11 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
736743 and the line box is in the same [=independent formatting context=]
737744 as the [=clamp point=] or the [=region break=] .
738745
746+ <wpt>
747+ line-clamp-auto-034.html
748+ line-clamp-auto-036.html
749+ </wpt>
750+
739751 Note: See ''continue: discard'' for a way to generate boxes with such a [=region break=] .
740752
741753 The inserted content is called the <dfn>block overflow ellipsis</dfn> .
@@ -909,6 +921,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
909921
910922 <wpt>
911923 line-clamp-020.html
924+ line-clamp-auto-038.html
912925 </wpt>
913926
914927 <dt> <dfn><<integer [1,∞]>></dfn>
@@ -927,6 +940,7 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
927940 <wpt>
928941 line-clamp-auto-001-crash.html
929942 line-clamp-auto-002-crash.html
943+ line-clamp-auto-001.html
930944 </wpt>
931945
932946 <dt> <dfn>-webkit-legacy</dfn>
@@ -1301,16 +1315,47 @@ Handling of Excess Content: the 'continue' property</h3>
13011315 which is one of the following block-axis positions inside it:
13021316
13031317 - The start of the [=line-clamp container=] .
1318+
1319+ <wpt>
1320+ line-clamp-auto-011.html
1321+ line-clamp-auto-037.html
1322+ </wpt>
1323+
13041324 - A point between two consecutive [=line boxes=]
13051325 in an [=inline formatting context=]
13061326 contained by the line-clamp container's [=block formatting context=] .
1327+
1328+ <wpt>
1329+ line-clamp-auto-004.html
1330+ line-clamp-auto-005.html
1331+ line-clamp-auto-013.html
1332+ line-clamp-auto-014.html
1333+ line-clamp-auto-016.html
1334+ line-clamp-auto-017.html
1335+ line-clamp-auto-with-ruby-001.html
1336+ line-clamp-auto-with-ruby-002.html
1337+ line-clamp-auto-with-ruby-003.html
1338+ line-clamp-auto-with-ruby-004.html
1339+ </wpt>
1340+
13071341 - A point between two [=in-flow=] [=block-level=] sibling boxes
13081342 in the line-clamp container's [=block formatting context=] .
13091343
1344+ <wpt>
1345+ line-clamp-auto-034.html
1346+ line-clamp-auto-035.html
1347+ line-clamp-auto-036.html
1348+ </wpt>
1349+
13101350 <wpt>
13111351 block-ellipsis-011.html
13121352 block-ellipsis-012.html
13131353 line-clamp-003.html
1354+ line-clamp-auto-006.html
1355+ line-clamp-auto-007.html
1356+ line-clamp-auto-008.html
1357+ line-clamp-auto-012.html
1358+ line-clamp-auto-033.html
13141359 </wpt>
13151360
13161361 The <dfn>auto clamp point</dfn> will be set to the last possible clamp point
@@ -1332,6 +1377,24 @@ Handling of Excess Content: the 'continue' property</h3>
13321377 <wpt>
13331378 line-clamp-011.html
13341379 line-clamp-035.html
1380+ line-clamp-auto-001.html
1381+ line-clamp-auto-004.html
1382+ line-clamp-auto-005.html
1383+ line-clamp-auto-006.html
1384+ line-clamp-auto-007.html
1385+ line-clamp-auto-008.html
1386+ line-clamp-auto-011.html
1387+ line-clamp-auto-012.html
1388+ line-clamp-auto-013.html
1389+ line-clamp-auto-014.html
1390+ line-clamp-auto-016.html
1391+ line-clamp-auto-033.html
1392+ line-clamp-auto-035.html
1393+ line-clamp-auto-036.html
1394+ line-clamp-auto-037.html
1395+ line-clamp-auto-with-ruby-002.html
1396+ line-clamp-auto-with-ruby-003.html
1397+ line-clamp-auto-with-ruby-004.html
13351398 </wpt>
13361399
13371400 Within a [=line-clamp container=] ,
@@ -1350,6 +1413,8 @@ Handling of Excess Content: the 'continue' property</h3>
13501413 line-clamp-031.html
13511414 line-clamp-032.html
13521415 line-clamp-033.html
1416+ line-clamp-auto-033.html
1417+ line-clamp-auto-with-ruby-002.html
13531418 </wpt>
13541419
13551420 - Any [=line boxes=] that follow the [=clamp point=]
@@ -1384,6 +1449,8 @@ Handling of Excess Content: the 'continue' property</h3>
13841449 <wpt>
13851450 line-clamp-004.html
13861451 line-clamp-009.html
1452+ line-clamp-auto-004.html
1453+ line-clamp-auto-005.html
13871454 </wpt>
13881455
13891456 NOTE: If there are any floats before the [=clamp point=] ,
0 commit comments