chromium/third_party/blink/web_tests/shadow-dom/slotted-pseudo-element-expected.html

<!DOCTYPE html>
<div>
  <div>
    <div style="color: green">green</div>
    <div style="color: blue">blue</div>
    <div style="color: red">red</div>
    <div style="color: purple">purple</div>
  </div>
</div>