RetroZilla/layout/html/tests/printer/hidden_iframe/index.html
2015-10-20 23:03:22 -04:00

55 lines
872 B
HTML

<HTML>
<HEAD>
<style>
@media print {
iframe.hide {
display: none;
}
}
</style>
<TITLE>Sub Doc 1</TITLE>
<BASE target="header">
</HEAD>
<BODY>
You should see 2 iframes when in the Browser<br>
You should see 1 iframe for Printing and Print Preview<br>
<iframe src=the_iframe1.html></iframe><br>
<iframe class=hide src=the_iframe2.html></iframe><br>
<iframe src=the_iframe3.html style="visibility:hidden;"></iframe><br>
<iframe src=the_iframe3.html style="display:none;"></iframe><br>
Line 1<br>
Line 2<br>
Line 3<br>
Line 4<br>
Line 5<br>
Line 6<br>
Line 7<br>
Line 8<br>
Line 9<br>
Line 10<br>
Line 11<br>
Line 12<br>
Line 13<br>
Line 14<br>
Line 15<br>
Line 16<br>
Line 17<br>
Line 18<br>
Line 19<br>
Line 20<br>
Line 21<br>
Line 22<br>
Line 23<br>
Line 24<br>
Line 25<br>
Line 26<br>
Line 27<br>
Line 28<br>
Line 29<br>
Line 30<br>
Line 31<br>
</BODY>
</HTML>