[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / ManualTests / window-print-subframe.html
1 <script>
2     window.onload = function() { frames[0].print(); }
3 </script>
4 <p>This text in the main frame should not be printed.</p>
5 <iframe src="resources/print-subframe.html">