OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.setPrinting(); | |
5 </script> | |
6 <p>The word "PASS" should be seen at the bottom of the page, and no red should b e seen.</p> | |
7 <div style="position:fixed; left:0; width:100%; bottom:0; height:2em;"> | |
8 PASS | |
9 </div> | |
OLD | NEW |