<!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> |