OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <script> |
| 3 if (window.testRunner) |
| 4 testRunner.setPrinting(); |
| 5 if (window.internals) |
| 6 internals.settings.setShouldPrintBackgrounds(true); |
| 7 </script> |
| 8 <p>The word "PASS" should be seen at the bottom of the page, and no red should b
e seen.</p> |
| 9 <div style="position:fixed; left:0; width:100%; bottom:0; background:red;"> |
| 10 <div style="display:flex; height:2em;"> |
| 11 <div style="width:100%;"> |
| 12 <div style="background:white;"> |
| 13 <span style="vertical-align:top;">PASS</span> |
| 14 <span style="line-height:3em;"> </span> |
| 15 </div> |
| 16 </div> |
| 17 </div> |
| 18 </div> |
OLD | NEW |