Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-forms/input-no-resizer.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="input-no-resizer-ref.html">
<p>The input fields should NOT have resizers:</p>
<input style="resize: horizontal">
<br><br>
<input style="resize: vertical">
<br><br>
<input style="resize: both">