blob: 16227d0ae8bc8405241e3a99f77910c8d8320c64 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#output {
width: 100px;
height: 100px;
background-image: paint(invalid);
background-color: green;
}
</style>
</head>
<body>
<div id="output"></div>
</body>
</html>