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
/
inspector-wrappers
/
console-alert-document-body.html
blob
a1778340f0e2f8ddaedca0789f7c693773142007
1
<html>
2
<head>
3
<script
src
=
"inspector-wrappers-test-utils.js"
></script>
4
<script>
5
window
.
alert
=
function
(
msg
) {
6
msg
.
titleInfo
=
doAttack
;
7
return
msg
;
8
}
9
</script>
10
</head>
11
<body>
12
<script>
instructions
({
console
:
true
,
trigger
:
"alert(document.body)"
});
</script>
13
</body>
14
</html>