Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-overflow/scroll-markers/scroll-marker-012.html
<!DOCTYPE html> <title>::scroll-marker with flex originating element, inline formatting context scroll marker group</title> <link rel="help" href="https://issues.chromium.org/issues/376834376"> <link rel="match" href="scroll-marker-011-ref.html"> <style> * { font-family: monospace; } .scroller { overflow: hidden; scroll-marker-group: before; } .scroller::scroll-marker-group { display: block; height: 2em; overflow: hidden; } .scroller>* { display: flex; } .scroller>*::scroll-marker { content: attr(text); } </style> <p>The word "PASS" should be seen below.</p> <div class="scroller"> <div text="P"></div> <div text="A"></div> <div text="S"></div> <div text="S"></div> </div>
/css/css-overflow/scroll-markers/scroll-marker-011-ref.html
<!DOCTYPE html> <style> * { font-family: monospace; } </style> <p>The word "PASS" should be seen below.</p> <div style="overflow:hidden;"> <a href="#">P</a><a href="#">A</a><a href="#">S</a><a href="#">S</a> </div>