damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests
This commit is contained in:
parent
3c92825e2a
commit
5118def724
6 changed files with 65 additions and 31 deletions
11
spec/fixtures/api/frame-subscriber.html
vendored
Normal file
11
spec/fixtures/api/frame-subscriber.html
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="width: 10px; height: 10px;" id="dirty"></div>
|
||||
</body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
setInterval(function(){
|
||||
document.getElementById('dirty').style.backgroundColor =
|
||||
'#'+(Math.random()*0xFFFFFF<<0).toString(16)
|
||||
}, 100)
|
||||
</script>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue