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

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

Issue 1613543002: Use DOMHighResTimeStamp for notification time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: syntax error in test Created 4 years, 10 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
(Empty)
1 Test that intersection observer time is relative to time in the callback context .
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS topWindowTime - iframeWindowTime is > 2 * timestampTolerance
7 PASS topWindowEntries.length is 0
8 PASS iframeWindowEntries.length is 0
9 PASS topWindowEntries.length is 1
10 PASS topWindowEntries[0].time is within 24 of topWindowTime
11 PASS iframeWindowEntries.length is 1
12 PASS iframeWindowEntries[0].time is within 24 of iframeWindowTime
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698