Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html style="display: inline-flex;"> | 2 <style> |
| 3 * { | |
| 4 padding-right:84%; | |
| 5 display:flex; | |
| 6 } | |
| 7 </style> | |
| 3 <script src="../../resources/js-test.js"></script> | 8 <script src="../../resources/js-test.js"></script> |
| 4 <script> | 9 <script> |
| 5 description('This test passes if it does not crash.'); | 10 description('This test passes if it does not crash.'); |
| 6 </script> | 11 </script> |
| 7 <frameset></frameset> | 12 </html> |
| 8 </html> | |
| OLD | NEW |