Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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
);
}