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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-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/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
deleted file mode 100644
index dee79a71e21bf422b88029cb1c2cf69f641cf40e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/intersection-observer/multiple-targets-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-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