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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt b/third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dee79a71e21bf422b88029cb1c2cf69f641cf40e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt
@@ -0,0 +1,19 @@
+Verify that notifications for multiple targets are sorted by the order in which observe() was called on each target.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS entries.length is 0
+PASS entries.length is 1
+PASS entries[0].target.id is "target1"
+PASS entries.length is 3
+PASS entries[1].target.id is "target2"
+PASS entries[2].target.id is "target3"
+PASS entries.length is 6
+PASS entries[3].target.id is "target1"
+PASS entries[4].target.id is "target2"
+PASS entries[5].target.id is "target3"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698