2 <script src=
"../../../resources/js-test.js"></script>
4 description("Invalid img.srcset URL should not crash");
5 window
.jsTestIsAsync
= true;
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
11 testPassed("no crash.");
15 <img src=
"1x.png" srcset=
"//&%dE,; 1.2x" onerror=
"done()">