chromium/third_party/blink/web_tests/external/wpt/css/css-contain/content-visibility/content-visibility-079-ref.html

<!doctype HTML>
<html>
<meta charset="utf8">
<title>CSS Content Visibility: auto in overflow hidden paints (reference)</title>
<link rel="author" title="Vladimir Levin" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
 div {
  font: 25px/1 Ahem;
 }
</style>
<p>Test passes if you see a black rectangle below.
<div>PASS</div>