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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/user-gesture-gated-value-expected.txt
diff --git a/LayoutTests/fast/forms/user-gesture-gated-value-expected.txt b/LayoutTests/fast/forms/user-gesture-gated-value-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9d13605f2a2d2defcf8e18739a9023c5bd9922d3
--- /dev/null
+++ b/LayoutTests/fast/forms/user-gesture-gated-value-expected.txt
@@ -0,0 +1,14 @@
+| <input>
+| id="test"
+| type="password"
+| value="initial value"
+| this.value="2nd new value"
+| <shadow:root>
+| <div>
+| id="inner-editor"
+| "set value"
+| "input value before setting anything: input.value = initial value"
+| "input value after setting via .value: input.value = set value"
+| "input value after setting, before user gesture: input.value = "
+| "input value after user gesture: input.value = new value"
+| "input value set after user gesture: input.value = 2nd new value"
« 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