Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-srcset-w-onerror.html
1 <!DOCTYPE html>
2 <script>
3     if (testRunner) {
4         testRunner.dumpAsText();
5         testRunner.waitUntilDone();
6     }
7     window.onload = function() {
8         setTimeout(function() {
9             if (testRunner)
10                 testRunner.notifyDone();
11         }, 500);
12     };
13 </script>
14 <img srcset="1x.gif 96w" onerror="console.log('Error triggerred');">