blob: f35f8f6297d2d93581d12ff089da7fa0b7c0cc4e [file] [log] [blame]
weinig@apple.come6adf602020-10-13 17:16:15 +00001<!-- webkit-test-runner [ UsesBackForwardCache=true ] -->
simon.fraser@apple.com8d883212012-09-28 20:44:58 +00002<html>
3<script type="text/javascript" charset="utf-8">
tony@chromium.org13de1bb2013-02-11 21:04:50 +00004 if (window.testRunner && window.internals) {
simon.fraser@apple.com8d883212012-09-28 20:44:58 +00005 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
commit-queue@webkit.org8168b792017-06-19 07:41:11 +00007 internals.settings.setFrameFlattening("FullyEnabled")
simon.fraser@apple.com8d883212012-09-28 20:44:58 +00008 }
9</script>
10
11<frameset rows="100%,*" cols="*" frameborder="NO" border="false" framespacing="0" bordercolor="#000000">
12 <frame src="resources/plugin-frame.html" scrolling="auto">
13</frameset>
14</html>