summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/load-deferrer-script-element.js
blob: fdecdb4c665546185ec3502ce9ca513473a67bf2 (plain)
1
2
3
4
5
if (jsLoaded) {
    log("Button was clicked.");
    // Use a big timeout value to ensure that error messages do not show up.
    setTimeout(function() { if (runningModal) log("Error: This line should not show up!"); }, 3000);
}