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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/timestamp-expected.txt

Issue 1806133002: IntersectionObserver: use an idle callback to send notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 Test that intersection observer time is relative to time in the callback context . 1 Test that intersection observer time is relative to time in the callback context .
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS topWindowTime - iframeWindowTime is > 2 * timestampTolerance 6 PASS topWindowTime - iframeWindowTime is > 2.5 * timestampTolerance
7 PASS topWindowEntries.length is 0 7 PASS topWindowEntries.length is 0
8 PASS iframeWindowEntries.length is 0 8 PASS iframeWindowEntries.length is 0
9 PASS topWindowEntries.length is 1 9 PASS topWindowEntries.length is 1
10 PASS topWindowEntries[0].time is within 24 of topWindowTime 10 PASS topWindowEntries[0].time is within 124 of topWindowTime
11 PASS iframeWindowEntries.length is 1 11 PASS iframeWindowEntries.length is 1
12 PASS iframeWindowEntries[0].time is within 24 of iframeWindowTime 12 PASS iframeWindowEntries[0].time is within 124 of iframeWindowTime
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698