haikuwebkit/LayoutTests/fast/css/resize-object-crash.html

22 lines
385 B
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>