blob: 80b06251df5813c3e78c7dcee65ac60a59633063 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that cliprect caching works with paginated content and composited ancestor.</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div style="transform: translateZ(0);">
<div style="column-count: 2;">
<div style="opacity: 0.9;">Pass if no assert in debug.</div>
</div>
</div>
</body>
</html>