Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This test checks that assigning null to HTMLInputElement.value behaves correctly ; i.e. as if the empty string was assigned. | |
| 2 | |
| 3 This is a testharness.js-based test. | |
| 4 PASS input[type=text] with value content attribute. | |
| 5 PASS input[type=text] without value content attribute. | |
| 6 PASS input[type=hidden] with value content attribute. | |
| 7 Harness: the test ran to completion. | |
| 8 | |
| OLD | NEW |