chromium/third_party/blink/web_tests/external/wpt/css/css-view-transitions/new-content-ancestor-clipped-2-ref.html

<!doctype HTML>
<html>
<head>
<style>
html {
  background: lightpink;
}
div {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: red;
  left: 150px;
  top: 150px;
}

</style>
</head>
<body>
<div></div>
</body>
</html>