| OLD | NEW |
| 1 This test setting suggested values on an input element | 1 This test setting suggested values on an input element |
| 2 and a textarea element. The dump below should have the "suggested value" | 2 and a textarea element. The dump below should have the "suggested value" |
| 3 instead of "initial value". | 3 instead of "initial value". |
| 4 | <input> | 4 | <input> |
| 5 | id="test" | 5 | id="test" |
| 6 | type="text" | 6 | type="text" |
| 7 | value="initial value" | 7 | value="initial value" |
| 8 | this.value="initial value" | 8 | this.value="initial value" |
| 9 | <shadow:root> | 9 | <shadow:root> |
| 10 | <div> | 10 | <div> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 | <option> | 72 | <option> |
| 73 | "CA" | 73 | "CA" |
| 74 | <shadow:root> | 74 | <shadow:root> |
| 75 | "CA" | 75 | "CA" |
| 76 | <option> | 76 | <option> |
| 77 | "TX" | 77 | "TX" |
| 78 | <shadow:root> | 78 | <shadow:root> |
| 79 | "TX" | 79 | "TX" |
| 80 | <shadow:root> | 80 | <shadow:root> |
| 81 | <content> | 81 | <content> |
| 82 | select="option,optgroup" | 82 | select="option,optgroup,hr" |
| 83 | "input.value: initial value" | 83 | "input.value: initial value" |
| 84 | "internals.suggestedValue(input): suggested value" | 84 | "internals.suggestedValue(input): suggested value" |
| 85 | "input.selectionStart: 0" | 85 | "input.selectionStart: 0" |
| 86 | "input.selectionEnd: 0" | 86 | "input.selectionEnd: 0" |
| 87 | "month.value: " | 87 | "month.value: " |
| 88 | "internals.suggestedValue(month): 2014-01" | 88 | "internals.suggestedValue(month): 2014-01" |
| 89 | "textarea.value: initial value" | 89 | "textarea.value: initial value" |
| 90 | "internals.suggestedValue(textarea): suggested value" | 90 | "internals.suggestedValue(textarea): suggested value" |
| 91 | "select.value: " | 91 | "select.value: " |
| 92 | "internals.suggestedValue(select): TX" | 92 | "internals.suggestedValue(select): TX" |
| OLD | NEW |