repo.or.cz
/
blink.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Web Animations: Don't set compositor pending when document has been detached
[blink.git]
/
ManualTests
/
resources
/
load-deferrer-script-element.js
blob
fdecdb4c665546185ec3502ce9ca513473a67bf2
1
if
(
jsLoaded
) {
2
log
(
"Button was clicked."
);
3
// Use a big timeout value to ensure that error messages do not show up.
4
setTimeout
(
function
() {
if
(
runningModal
)
log
(
"Error: This line should not show up!"
); },
3000
);
5
}