blob: c4cf755f9b5d2f4f6e6eb5c175b6275deaf9493f [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<link rel="match" href="invalid-image-pending-script-ref.html">
<style>
#output {
width: 100px;
height: 100px;
background-image: paint(invalid);
background-color: green;
}
</style>
<script src="/common/reftest-wait.js"></script>
<script src="/common/css-paint-tests.js"></script>
<body>
<div id="output"></div>
<script>
importPaintWorkletAndTerminateTestAfterAsyncPaint("");
</script>
</body>
</html>