Web Animations: Don't set compositor pending when document has been detached
[blink.git] / ManualTests / inspector-wrappers / console-alert-document-body.html
bloba1778340f0e2f8ddaedca0789f7c693773142007
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;
9 </script>
10 </head>
11 <body>
12 <script>instructions({console: true, trigger: "alert(document.body)"});</script>
13 </body>
14 </html>