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

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

Issue 22649003: Have the Performance interface inherit EventTarget (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline additional w3c test Created 7 years, 4 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/misc/webtiming-buffer-full-no-event.html » ('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 5928f9c5fb070c9e631e1917fce38d482ade7ff4..b5bb99f5519de942ca68b07bd3b60b513afbeb15 100644
--- a/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
@@ -1,8 +1,10 @@
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.addEventListener [function]
window.performance.clearMarks [function]
window.performance.clearMeasures [function]
+window.performance.dispatchEvent [function]
window.performance.getEntries [function]
window.performance.getEntriesByName [function]
window.performance.getEntriesByType [function]
@@ -21,6 +23,7 @@ window.performance.navigation.redirectCount [number]
window.performance.navigation.type [number]
window.performance.now [function]
window.performance.onwebkitresourcetimingbufferfull [null]
+window.performance.removeEventListener [function]
window.performance.timing [object PerformanceTiming]
window.performance.timing.connectEnd [number]
window.performance.timing.connectStart [number]
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/webtiming-buffer-full-no-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698