You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Test checks that the resize property initial value is none">
<style>
#test {
border: 2px solid blue;
height: 100px;
overflow: auto;
width: 100px;
}
</style>
<body>
<p>Test passes if <strong>neither</strong> the height <strong>nor</strong> the width of the blue border square can be adjusted(for instance by dragging the bottom-right corner).</p>