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] |