This test setting suggested values on an input element and a textarea element. The dump below should have the "suggested value" instead of "initial value". | | id="test" | type="text" | value="initial value" | this.value="initial value" | |
| id="placeholder" | pseudo="-internal-input-suggested" | style="display: block !important; user-select: none !important;" | shadow:pseudoId="-internal-input-suggested" | "suggested value" |
| "initial value" | | id="month" | type="month" | this.value="" | |
| pseudo="-internal-datetime-container" | style="unicode-bidi: normal;" | shadow:pseudoId="-internal-datetime-container" |
| datetimeformat="MMMM yyyy" | id="date-time-edit" | pseudo="-webkit-datetime-edit" | style="unicode-bidi: normal;" | shadow:pseudoId="-webkit-datetime-edit" |
| pseudo="-webkit-datetime-edit-fields-wrapper" | style="unicode-bidi: normal;" | shadow:pseudoId="-webkit-datetime-edit-fields-wrapper" | | aria-label="Month" | aria-placeholder="---------" | aria-valuemax="12" | aria-valuemin="1" | aria-valuenow="1" | aria-valuetext="January" | pseudo="-webkit-datetime-edit-month-field" | role="spinbutton" | shadow:pseudoId="-webkit-datetime-edit-month-field" | "January" |
| pseudo="-webkit-datetime-edit-text" | style="unicode-bidi: normal;" | shadow:pseudoId="-webkit-datetime-edit-text" | " " | | aria-label="Year" | aria-placeholder="----" | aria-valuemax="275760" | aria-valuemin="1" | aria-valuenow="2014" | aria-valuetext="2014" | pseudo="-webkit-datetime-edit-year-field" | role="spinbutton" | shadow:pseudoId="-webkit-datetime-edit-year-field" | "2014" |
| aria-haspopup="menu" | id="picker" | pseudo="-webkit-calendar-picker-indicator" | role="button" | tabindex="0" | title="Show month picker" | shadow:pseudoId="-webkit-calendar-picker-indicator" |