Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title></title> | 3 <title></title> |
| 4 <script> | 4 <script> |
| 5 if (window.testRunner) { | 5 if (window.testRunner) { |
| 6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
| 7 } | 7 } |
| 8 </script> | 8 </script> |
| 9 <style> | 9 <style> |
| 10 object { | 10 object { |
| 11 resize: both !important; | 11 resize: both !important; |
| 12 } | 12 } |
| 13 </style> | 13 </style> |
| 14 </head> | 14 </head> |
| 15 <body> | 15 <body> |
| 16 <!-- | 16 <!-- |
| 17 Test for https://crbug.com/175535 - Crash with <object style="resize:both"> | 17 Test for https://crbug.com/175535 - Crash with <object style="resize:both"> |
| 18 --> | 18 --> |
| 19 <object></object><br> | 19 <object></object><br> |
| 20 PASS | 20 PASS |
| 21 </body> | 21 </body> |
| OLD | NEW |