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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/performance/performance-observer-expected.txt
diff --git a/LayoutTests/fast/performance/performance-observer-expected.txt b/LayoutTests/fast/performance/performance-observer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5cceece270f2327939814865b3641995897fffc9
--- /dev/null
+++ b/LayoutTests/fast/performance/performance-observer-expected.txt
@@ -0,0 +1,15 @@
+This tests that PerformanceObserver gets called the right number of times.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS entries[0].entryType is expectedEntries[0].entryType
+PASS entries[0].name is expectedEntries[0].name
+PASS entries[1].entryType is expectedEntries[1].entryType
+PASS entries[1].name is expectedEntries[1].name
+PASS entries[2].entryType is expectedEntries[2].entryType
+PASS entries[2].name is expectedEntries[2].name
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698