blob: b4f558cc2d32f5bc59cd7454b7e94fbded328ae0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
p {
margin: 0px;
}
#maskedElement {
width: 280px;
height: 210px;
background-color: blue;
}
</style>
</head>
<body>
<p><a href="https://bugs.webkit.org/show_bug.cgi?id=129682">Bug 129682</a> - On success, you should see a simple blue rectangle.</p>
<p>This test sets the mask-image via CSS to a PNG image and then changes it to 'none' via a script.</p>
<div id="maskedElement"></div>
</body>
</html>