chromium/third_party/blink/web_tests/external/wpt/css/css-ui/reference/text-overflow-030-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.positioned {
  background-color: green;
  position: absolute;
  width: 100px;
  height: 100px;
}
</style>
<p>Test passes if there is a green rectangle and no red.</p>
<div class="positioned"></div>