Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / image-set-value-crash-in-fillImageSet.html
blobdd8f725662464ac36d1edbcab5aeaff81b2a5cb1
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 #target {
6 background: -webkit-image-set(url(images/noise.png) 1x, url(images/noise@2x.png) 2x), #ff0000;
8 </style>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 </head>
14 <body>
15 <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>
16 <div>If this test passed, no crash occurs.</div>
17 <div id="target">PASS</div>
18 </body>
19 </html>