4 if (window
.testRunner
) {
5 internals
.settings
.setViewportEnabled(true);
7 testRunner
.dumpAsText();
10 // After the page is loaded, change the display style to 'none' to make elements disappear.
12 document
.getElementById('div1').style
.display
= 'none';
17 <!-- The disappearing element should contain an iframe with Javascript that responds to touch events. -->
18 <iframe id='iframe_1' src='resources/compositor-touch-hit-rects-iframe-disappears.html'
></iframe>
21 This test should not crash.