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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin-expected.txt

Issue 2560253004: IntersectionObserver: convert tests to testharness.js (Closed)
Patch Set: Address comments Created 3 years, 11 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/http/tests/intersection-observer/iframe-cross-origin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin-expected.txt
deleted file mode 100644
index 1fe01d9629f762a5827ff119316ff434c088edc6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-Simple intersection observer test with no explicit root and target in a cross-origin iframe.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS actual.length is 0
-PASS actual.length is 0
-PASS actual.length is 1
-PASS actual.boundingClientRect.left is 8
-PASS actual.boundingClientRect.top is -42
-PASS actual.boundingClientRect.right is 108
-PASS actual.boundingClientRect.bottom is 58
-PASS actual.boundingClientRect.width is 100
-PASS actual.boundingClientRect.height is 100
-PASS actual.intersectionRect.left is 8
-PASS actual.intersectionRect.top is 0
-PASS actual.intersectionRect.right is 108
-PASS actual.intersectionRect.bottom is 58
-PASS actual.intersectionRect.width is 100
-PASS actual.intersectionRect.height is 58
-PASS actual.rootBounds is null
-PASS actual.target is "target"
-PASS actual.length is 1
-PASS actual.boundingClientRect.left is 8
-PASS actual.boundingClientRect.top is -42
-PASS actual.boundingClientRect.right is 108
-PASS actual.boundingClientRect.bottom is 58
-PASS actual.boundingClientRect.width is 100
-PASS actual.boundingClientRect.height is 100
-PASS actual.intersectionRect.left is 0
-PASS actual.intersectionRect.top is 0
-PASS actual.intersectionRect.right is 0
-PASS actual.intersectionRect.bottom is 0
-PASS actual.intersectionRect.width is 0
-PASS actual.intersectionRect.height is 0
-PASS actual.rootBounds is null
-PASS actual.target is "target"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-

Powered by Google App Engine
This is Rietveld 408576698