Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <head> | |
| 3 <style type="text/css"> @import "resources/scrollable-style.css"; </style> | |
| 4 <script src="../../resources/js-test.js"></script> | |
| 5 <script src="resources/scrollable-area.js"></script> | |
| 6 </head> | |
| 7 <body onload="runTest(0);"> | |
| 8 <iframe width=120 scrolling=yes style="display: none;" src="resources/generi c-scrollable-content.html"></iframe> | |
| 9 <div id='console'></div> | |
| 10 </html> | |
| OLD | NEW |