chromium/third_party/blink/web_tests/paint/invalidation/overflow/rel-positioned-inline-with-overflow-expected.html

<html>
<head>
  <title>Relative Positioned Inline Repaint Test</title>
</head>
<body>
  <p>If you see any red or orange below then the test has failed.</p>
  <span style="position:relative"><div style="vertical-align:top;display:inline-block; width:100px;height:100px; background-color:green"></div></span>
  <br>
</body>
</html>