Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Side by Side Diff: LayoutTests/fast/forms/user-gesture-gated-value-expected.txt

Issue 225853005: Add support for setting password value gated on user's gesture in a page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 | <input>
2 | id="test"
3 | type="password"
4 | value="initial value"
5 | this.value="2nd new value"
6 | <shadow:root>
7 | <div>
8 | id="inner-editor"
9 | "set value"
10 | "input value before setting anything: input.value = initial value"
11 | "input value after setting via .value: input.value = set value"
12 | "input value after setting, before user gesture: input.value = "
13 | "input value after user gesture: input.value = new value"
14 | "input value set after user gesture: input.value = 2nd new value"
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/user-gesture-gated-value.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698