chromium/third_party/blink/web_tests/external/wpt/css/css-view-transitions/view-transition-types-one-green-square-ref.html

<!DOCTYPE html>
<title>View transitions: reference that has one green square</title>
<link rel="help" href="https://www.w3.org/TR/css-transitions-2/">
<link rel="author" href="mailto:[email protected]">

<style>
#target {
  width: 100px;
  height: 100px;
  background: green;
}
body {
  background: lightpink;
}
</style>

<div id="target"></div>