blob: 3897208411a3e6b9d4e56a2b93ca8820be0b1980 [file] [log] [blame]
<html>
<head>
<style>
.test {
width: 200px;
height: 200px;
border: 10px solid black;
background-color: lime;
}
</style>
</head>
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=26084">WebKit Bug 26084: Bug 26084: Multiple missing images in webkit-mask-image prevent rendering</a></p>
<div class="test">This text should be visible.</div>
<p>If the test passes, you should be able to see a lime square with a black border. Inside the border, you should see the text: This text should be visible. This test is currently failing.</p>
</body>
</html>