chromium/third_party/blink/web_tests/external/wpt/css/css-animations/animation-pseudo-dynamic-001-ref.html

<!doctype html>
<title>CSS test reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<style>
.test {
  display: flex;
}
.test::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: green;
}
</style>
<div class="test"></div>