DescriptionGive better assertion fail message on focus move test
Old:
assert_true: should move from XXX to YYY expected true got false
New (actually in one line):
assert_equals: Focus should move forward from XXX to YYY
expected Element node <input id="YYY"></input> but
got Element node <input id="ZZZ">
Committed: https://crrev.com/9f6c0197b19f50d0f634df34df981929aa90c15c
Cr-Commit-Position: refs/heads/master@{#427019}
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|