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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-visible-expected.txt

Issue 2556243003: IntersectionObserver: compute correct intersection ratio for 0x0 elements (Closed)
Patch Set: Created 4 years 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/zero-area-element-visible-expected.txt
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-visible-expected.txt b/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-visible-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c5c586451476fa616a2140eced0ef37b5a9a2968
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-visible-expected.txt
@@ -0,0 +1,11 @@
+Ensure that a visible zero-area element is given the correct intersection ratio.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS entries.length is 1
+FAIL entries[0].intersectionRatio should be 1. Was 0.
foolip 2016/12/08 16:28:59 The bots disagree, did you forget to update expect
Sami 2016/12/09 17:24:36 Oops, fixed.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+"

Powered by Google App Engine
This is Rietveld 408576698