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

Side by Side Diff: LayoutTests/fast/performance/performance-observer-expected.txt

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 years, 3 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 This tests that PerformanceObserver gets called the right number of times.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS entries[0].entryType is expectedEntries[0].entryType
7 PASS entries[0].name is expectedEntries[0].name
8 PASS entries[1].entryType is expectedEntries[1].entryType
9 PASS entries[1].name is expectedEntries[1].name
10 PASS entries[2].entryType is expectedEntries[2].entryType
11 PASS entries[2].name is expectedEntries[2].name
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698