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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-pseudo-valid-style-expected.txt

Issue 1528823002: Move tests related to <fieldset> and <legend> to fast/forms/fieldset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
1 Check if :valid/:invalid CSS pseudo selectors are lively applied for fieldsets 1 Check if :valid/:invalid CSS pseudo selectors are lively applied for fieldsets
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Removing and adding required text inputs and modifying their value by a DOM tree mutation: 6 Removing and adding required text inputs and modifying their value by a DOM tree mutation:
7 PASS backgroundOf(fieldset1) is invalidColor 7 PASS backgroundOf(fieldset1) is invalidColor
8 PASS backgroundOf(sub1) is subInvalidColor 8 PASS backgroundOf(sub1) is subInvalidColor
9 PASS fieldset1.removeChild(input1); backgroundOf(fieldset1) is validColor 9 PASS fieldset1.removeChild(input1); backgroundOf(fieldset1) is validColor
10 PASS backgroundOf(sub1) is subValidColor 10 PASS backgroundOf(sub1) is subValidColor
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 Ensure that invalid event was not triggered on style evaluation: 50 Ensure that invalid event was not triggered on style evaluation:
51 PASS backgroundOf(fieldset1) is invalidColor 51 PASS backgroundOf(fieldset1) is invalidColor
52 PASS val is "0" 52 PASS val is "0"
53 PASS input1.checkValidity(); val is "1" 53 PASS input1.checkValidity(); val is "1"
54 54
55 PASS successfullyParsed is true 55 PASS successfullyParsed is true
56 56
57 TEST COMPLETE 57 TEST COMPLETE
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698