chromium/third_party/blink/web_tests/paint/invalidation/css-grid-layout/align-self-change-to-baseline-expected.html

<!DOCTYPE HTML>
<style>
body {
  margin: 0;
}
#container {
   width: 100px;
   height: 100px;
   background: green;
}
</style>
<p style="height: 20px">Tests invalidation on align-self style change to 'baseline'. Passes if there is no red.</p>
<div id="container"></div>