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

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

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix segfault on null input. Created 5 years, 3 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: LayoutTests/fast/dom/intersection-observer-expected.txt
diff --git a/LayoutTests/fast/dom/intersection-observer-expected.txt b/LayoutTests/fast/dom/intersection-observer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e495fad4fa1165a99a73a5553f6f8fc0ad125290
--- /dev/null
+++ b/LayoutTests/fast/dom/intersection-observer-expected.txt
@@ -0,0 +1,16 @@
+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.quads_0.top is b.quads_0.top
+PASS a.quads_0.right is b.quads_0.right
+PASS a.quads_0.bottom is b.quads_0.bottom
+PASS a.quads_0.left is b.quads_0.left
+PASS a.viewport.top is b.viewport.top
+PASS a.viewport.right is b.viewport.right
+PASS a.viewport.bottom is b.viewport.bottom
+PASS a.viewport.left is b.viewport.left
+PASS entries[0].target is expectedEntries[0].target
+

Powered by Google App Engine
This is Rietveld 408576698