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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea-live-pseudo-selectors-expected.txt

Issue 1522803002: Move textarea-related tests to fast/forms/textarea/, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color-uaf
Patch Set: Created 5 years 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
OLDNEW
(Empty)
1 This test performs a check that :valid/:invalid CSS psudo selectors are lively a pplied.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Chheck the initial state:
7 PASS backgroundOf(el) is invalidColor
8 Change name:
9 PASS backgroundOf(el) is invalidColor
10 PASS backgroundOf(el) is invalidColor
11 Change disabled:
12 PASS backgroundOf(el) is disabledColor
13 PASS backgroundOf(el) is invalidColor
14 Change readOnly:
15 PASS backgroundOf(el) is readOnlyColor
16 PASS backgroundOf(el) is invalidColor
17 Inside/outside of a form:
18 PASS backgroundOf(el) is invalidColor
19 PASS backgroundOf(el) is invalidColor
20 Change the value by DOM attribute:
21 PASS backgroundOf(el) is validColor
22 PASS backgroundOf(el) is invalidColor
23 Change the value by key input:
24 PASS backgroundOf(el) is validColor
25 PASS backgroundOf(el) is invalidColor
26 Change required:
27 PASS backgroundOf(el) is validColor
28 PASS backgroundOf(el) is invalidColor
29 Change maxlength:
30 PASS backgroundOf(el) is validColor
31 PASS backgroundOf(el) is invalidColor
32 PASS backgroundOf(el) is validColor
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698