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

Side by Side Diff: LayoutTests/resources-tests/should-become-equal-test-expected.txt

Issue 906193003: shouldBecomeEqual() behaves as shouldBe() if the testing expression returns the expected value Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add regression test Created 5 years, 10 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
(Empty)
1 This test verifies whether shouldBecomeEqual asynchronously checks condition whe n testing expression returns the expected value.
2 Otherwise, there will be no difference between:
3
4 shouldBecomeEqual(internals.hasSpellingMarker(welllcome), false)
5 shouldBecomeEqual(internals.hasSpellingMarker(welcome), false)
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8
9
10 PASS
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14 wellcome 
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698