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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 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
OLDNEW
1 Use descendant invalidation sets for :valid and :invalid pseudo classes. 1 Use descendant invalidation sets for :valid and :invalid pseudo classes.
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 PASS getComputedStyle(inputValid, '').backgroundColor is transparent 6 PASS getComputedStyle(inputValid, '').backgroundColor is transparent
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
8 PASS getComputedStyle(inputValid, '').backgroundColor is green 8 PASS getComputedStyle(inputValid, '').backgroundColor is green
9 PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent 9 PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
11 PASS getComputedStyle(inputInvalid, '').backgroundColor is green 11 PASS getComputedStyle(inputInvalid, '').backgroundColor is green
12 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent 12 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
14 PASS getComputedStyle(formValid, '').backgroundColor is green 14 PASS getComputedStyle(formValid, '').backgroundColor is green
15 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent 15 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent
16 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 16 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
17 PASS getComputedStyle(formInvalid, '').backgroundColor is green 17 PASS getComputedStyle(formInvalid, '').backgroundColor is green
18 PASS getComputedStyle(maxlengthInvalid, '').backgroundColor is transparent 18 PASS getComputedStyle(maxlengthInvalid, '').backgroundColor is transparent
19 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 19 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
20 PASS getComputedStyle(maxlengthInvalid, '').backgroundColor is green 20 PASS getComputedStyle(maxlengthInvalid, '').backgroundColor is green
21 PASS getComputedStyle(minlengthInvalid, '').backgroundColor is transparent 21 PASS getComputedStyle(minlengthInvalid, '').backgroundColor is transparent
22 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 22 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
23 PASS getComputedStyle(minlengthInvalid, '').backgroundColor is green 23 PASS getComputedStyle(minlengthInvalid, '').backgroundColor is green
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
28 28
29 29
30 30
31 31
32 32
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698