Web Animations: Don't set compositor pending when document has been detached
[blink.git] / ManualTests / resources / iframe-reloaded-on-touch.html
blob0fa98c51fd2e4e8c7a9a8659f64d11fe3f33a0e5
1 <body>
2 <div ontouchstart="window.location.reload()" style="background-color:green;height:200px;width:200px">Touch me</div>
3 </body>