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

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

Issue 2952413002: Remove out of spec FrameTiming members from Performance.idl (Closed)
Patch Set: More Created 3 years, 5 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: third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
index 2374d1d4525969d773dfd1b83c0e2c9b34ffcd7a..3267ecb1734033233ffd520be2a260bd0a11f904 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
@@ -2,7 +2,6 @@ This test dumps all of the properties that are reachable from the window.perform
window.performance [object Performance]
window.performance.addEventListener [function]
-window.performance.clearFrameTimings [function]
window.performance.clearMarks [function]
window.performance.clearMeasures [function]
window.performance.clearResourceTimings [function]
@@ -25,10 +24,8 @@ window.performance.navigation.redirectCount [number]
window.performance.navigation.toJSON [function]
window.performance.navigation.type [number]
window.performance.now [function]
-window.performance.onframetimingbufferfull [null]
window.performance.onresourcetimingbufferfull [null]
window.performance.removeEventListener [function]
-window.performance.setFrameTimingBufferSize [function]
window.performance.setResourceTimingBufferSize [function]
window.performance.timing [object PerformanceTiming]
window.performance.timing.connectEnd [number]

Powered by Google App Engine
This is Rietveld 408576698