| <!DOCTYPE html> |
| <title>::column::scroll-marker in inline formatting context</title> |
| <link rel="author" title="Morten Stenshorne" href="mailto:[email protected]"> |
| <link rel="help" href="https://issues.chromium.org/issues/376834376"> |
| <meta name=fuzzy content="maxDifference=0-40;totalPixels=0-5"> |
| <link rel="match" href="scroll-marker-011-ref.html"> |
| <style> |
| * { |
| font-family: monospace; |
| } |
| .scroller { |
| columns: 1; |
| overflow: hidden; |
| column-fill: auto; |
| height: 100px; |
| scroll-marker-group: before; |
| } |
| .scroller::scroll-marker-group { |
| float: left; |
| width: 2em; |
| height: 1.7em; |
| overflow: hidden; |
| } |
| .scroller::column::scroll-marker { |
| content: "S"; |
| } |
| </style> |
| <p>The word "PASS" should be seen below.</p> |
| <div style="float:left;"><a href="#">P</a><a href="#">A</a></div> |
| <div class="scroller"> |
| <div style="height:200px;"></div> |
| </div> |