blob: dd7fd6de2976c570316b83a77ff29f681f80c0bd [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
.box {
display: table-footer-group; -webkit-mask-box-image: url("bogus.png");
}
</style>
</head>
<body>
<div class="box"><figure>
<script>
if (window.internals) {
layoutTestController.dumpAsText();
internals.paintControlTints(document);
}
</script>
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=68133">68133</a>: Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled<br>
This test has PASSED (no crash).
</body>
</html>