blob: dd8f725662464ac36d1edbcab5aeaff81b2a5cb1 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
#target {
background: -webkit-image-set(url(images/noise.png) 1x, url(images/noise@2x.png) 2x), #ff0000;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div>[bug 108409] <a href="https://bugs.webkit.org/show_bug.cgi?id=108409">https://bugs.webkit.org/show_bug.cgi?id=108409</a> Making -webkit-image-set() the first value of background property causes crash.</div>
<div>If this test passed, no crash occurs.</div>
<div id="target">PASS</div>
</body>
</html>