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

Unified Diff: LayoutTests/fast/dom/Window/window-properties-performance-expected.txt

Issue 14246023: Unprefix User Timing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt b/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
index cd015ae42b96ef2bf5693cd259da4df2652fd5fa..5928f9c5fb070c9e631e1917fce38d482ade7ff4 100644
--- a/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
@@ -1,6 +1,13 @@
This test dumps all of the properties that are reachable from the window.performance object, along with their types.
window.performance [object Performance]
+window.performance.clearMarks [function]
+window.performance.clearMeasures [function]
+window.performance.getEntries [function]
+window.performance.getEntriesByName [function]
+window.performance.getEntriesByType [function]
+window.performance.mark [function]
+window.performance.measure [function]
window.performance.memory [object MemoryInfo]
window.performance.memory.jsHeapSizeLimit [number]
window.performance.memory.totalJSHeapSize [number]
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698