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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/intersection-observer-expected.txt

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Clarify the tear-down path for observers and observations. Created 5 years, 1 month 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/fast/dom/intersection-observer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/intersection-observer-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/intersection-observer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b4ba4b495cd5aa0681640ef9e9b426670f47f35c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/intersection-observer-expected.txt
@@ -0,0 +1,20 @@
+This tests that IntersectionObserver gets called the right number of times.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS entries[0].time is 0
+PASS a.bounds.top is b.bounds.top
+PASS a.bounds.right is b.bounds.right
+PASS a.bounds.bottom is b.bounds.bottom
+PASS a.bounds.left is b.bounds.left
+PASS a.intersection.top is b.intersection.top
+PASS a.intersection.right is b.intersection.right
+PASS a.intersection.bottom is b.intersection.bottom
+PASS a.intersection.left is b.intersection.left
+PASS a.rootBounds.top is b.rootBounds.top
+PASS a.rootBounds.right is b.rootBounds.right
+PASS a.rootBounds.bottom is b.rootBounds.bottom
+PASS a.rootBounds.left is b.rootBounds.left
+PASS entries[0].target is expectedEntries[0].target
+

Powered by Google App Engine
This is Rietveld 408576698