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

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

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests for new properties Created 5 years, 7 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: 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 0fe46d5f288028dfbe82bc723eb13899f1490517..fe578a934f97ce708cd772d03749e4963d4f5904 100644
--- a/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-performance-expected.txt
@@ -2,6 +2,7 @@ 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.dispatchEvent [function]
@@ -22,8 +23,10 @@ window.performance.navigation.TYPE_RESERVED [number]
window.performance.navigation.redirectCount [number]
window.performance.navigation.type [number]
window.performance.now [function]
+window.performance.onframetimingbufferfull [null]
window.performance.onwebkitresourcetimingbufferfull [null]
window.performance.removeEventListener [function]
+window.performance.setFrameTimingBufferSize [function]
window.performance.timing [object PerformanceTiming]
window.performance.timing.connectEnd [number]
window.performance.timing.connectStart [number]

Powered by Google App Engine
This is Rietveld 408576698