21 <div id='child'
></div>
25 document
.addEventListener("contextmenu", function(){
26 top
.debug("PASS context_menu_triggered in iframe");
29 document
.addEventListener("click", function(){
30 top
.debug("PASS click_triggered in iframe");
33 window
.onload = function(evt
) {
34 document
.scrollingElement
.scrollTop
= "1000";
35 top
.debug("iframe's scroll top is " + document
.scrollingElement
.scrollTop
);
36 top
.postMessage("subframe-loaded", "*");