Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-src-onerror.html
blob1648c6f4ae283b2698fedf707047467416633ab5
1 <!DOCTYPE html>
2 <script>
3 if (testRunner) {
4 testRunner.dumpAsText();
5 testRunner.waitUntilDone();
7 window.onload = function() {
8 setTimeout(function() {
9 if (testRunner)
10 testRunner.notifyDone();
11 }, 500);
13 </script>
14 <img src="1x.gif" onerror="console.log('Error triggerred');">