14 lines
466 B
HTML
14 lines
466 B
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:vmpstr@chromium.org">
|
|
<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>
|