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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-after-content-change-expected.txt

Issue 2884603002: INPUT element: Do not update selectionStart/selectionEnd on |value| IDL setter if the new value is … (Closed)
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL input out of document: selection must not change when setting the same valu e assert_equals: selectionStart must not change expected 1 but got 5
3 PASS input out of document: selection must change when setting a different value
4 FAIL input out of document: selection must not change when setting a value that becomes the same after the value sanitization algorithm assert_equals: selection Start must not change expected 1 but got 5
5 FAIL input in document: selection must not change when setting the same value as sert_equals: selectionStart must not change expected 1 but got 5
6 PASS input in document: selection must change when setting a different value
7 FAIL input in document: selection must not change when setting a value that beco mes the same after the value sanitization algorithm assert_equals: selectionStar t must not change expected 1 but got 5
8 FAIL input in document, with focus: selection must not change when setting the s ame value assert_equals: selectionStart must not change expected 1 but got 5
9 PASS input in document, with focus: selection must change when setting a differe nt value
10 FAIL input in document, with focus: selection must not change when setting a val ue that becomes the same after the value sanitization algorithm assert_equals: s electionStart must not change expected 1 but got 5
11 PASS textarea out of document: selection must not change when setting the same v alue
12 PASS textarea out of document: selection must change when setting a different va lue
13 PASS textarea out of document: selection must not change when setting the same n ormalized value
14 PASS textarea in document: selection must not change when setting the same value
15 PASS textarea in document: selection must change when setting a different value
16 PASS textarea in document: selection must not change when setting the same norma lized value
17 PASS textarea in document, with focus: selection must not change when setting th e same value
18 PASS textarea in document, with focus: selection must change when setting a diff erent value
19 PASS textarea in document, with focus: selection must not change when setting th e same normalized value
20 Harness: the test ran to completion.
21
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698