chromium/third_party/blink/web_tests/fast/css/absolute-child-with-percent-padding-inside-relative-parent-expected.html

<!DOCTYPE html>
<style>
  .box {
    width: 8em;
    height: 4em;
    background: black;
    float: left;
  }
</style>
<p>The word "PASS" should be seen below, to the right of a black rectangle.</p>
<div class="box"></div>
<div>PASS</div>