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