chromium/third_party/blink/web_tests/fast/css/resize-object-crash.html

<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>