Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
ManualTests
/
resources
/
load-deferrer-script-element.js
blob: fdecdb4c665546185ec3502ce9ca513473a67bf2 [
file
] [
log
] [
blame
]
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
);
}