WebCore/manual-tests/window-print-subframe.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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">