| <html> | |
| <head> | |
| <title></title> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| } | |
| </script> | |
| <style> | |
| object { | |
| resize: both !important; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- | |
| Test for https://crbug.com/175535 - Crash with <object style="resize:both"> | |
| --> | |
| <object></object><br> | |
| PASS | |
| </body> |