Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-forms/input-no-resizer.html
<!DOCTYPE html> <meta charset="utf-8"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2044051"> <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">
/css/css-forms/input-no-resizer-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <p>The input fields should NOT have resizers:</p> <input> <br><br> <input> <br><br> <input>