chromium/third_party/blink/web_tests/external/wpt/html/webappapis/scripting/processing-model-2/support/syntax-error-in-setTimeout.js

setTimeout('{', 10);
setTimeout(function(){
    t.step(function(){
        assert_true(ran, 'ran');
        t.done();
    });
}, 20);