| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | id="textarea" | 64 | id="textarea" |
| 65 | this.value="initial value" | 65 | this.value="initial value" |
| 66 | <shadow:root> | 66 | <shadow:root> |
| 67 | <div> | 67 | <div> |
| 68 | id="inner-editor" | 68 | id="inner-editor" |
| 69 | "suggested value" | 69 | "suggested value" |
| 70 | <select> | 70 | <select> |
| 71 | id="select" | 71 | id="select" |
| 72 | <option> | 72 | <option> |
| 73 | "CA" | 73 | "CA" |
| 74 | <shadow:root> |
| 75 | "CA" |
| 74 | <option> | 76 | <option> |
| 75 | "TX" | 77 | "TX" |
| 78 | <shadow:root> |
| 79 | "TX" |
| 80 | <shadow:root> |
| 81 | <content> |
| 82 | select="option,optgroup" |
| 76 | "input.value: initial value" | 83 | "input.value: initial value" |
| 77 | "internals.suggestedValue(input): suggested value" | 84 | "internals.suggestedValue(input): suggested value" |
| 78 | "input.selectionStart: 0" | 85 | "input.selectionStart: 0" |
| 79 | "input.selectionEnd: 0" | 86 | "input.selectionEnd: 0" |
| 80 | "month.value: " | 87 | "month.value: " |
| 81 | "internals.suggestedValue(month): 2014-01" | 88 | "internals.suggestedValue(month): 2014-01" |
| 82 | "textarea.value: initial value" | 89 | "textarea.value: initial value" |
| 83 | "internals.suggestedValue(textarea): suggested value" | 90 | "internals.suggestedValue(textarea): suggested value" |
| 84 | "select.value: " | 91 | "select.value: " |
| 85 | "internals.suggestedValue(select): TX" | 92 | "internals.suggestedValue(select): TX" |
| OLD | NEW |