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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt

Issue 2028363002: IntersectionObserver: make order of notifications deterministic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 6 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 Verify that notifications for multiple targets are sorted by the order in which observe() was called on each target.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS entries.length is 0
7 PASS entries.length is 1
8 PASS entries[0].target.id is "target1"
9 PASS entries.length is 3
10 PASS entries[1].target.id is "target2"
11 PASS entries[2].target.id is "target3"
12 PASS entries.length is 6
13 PASS entries[3].target.id is "target1"
14 PASS entries[4].target.id is "target2"
15 PASS entries[5].target.id is "target3"
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698