blob: 1f9a8b8a59a04f19eeae9078267a47feca6d9687 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.back {
will-change: transform;
width: 320px;
height: 427px;
background: lightblue;
opacity: 0.5;
}
</style>
</head>
<body>
<div class="back"></div>
<p>This test verifies that "will-change" preserves the backface-visibility for
scrollbar.</p>
</body>
</html>