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

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

Issue 2395653002: Remove buffering from PerformanceLongTaskTiming as it's not in the spec. (Closed)
Patch Set: update layout test expectations Created 4 years, 2 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 1be14b4600c47f99edfa1ebcb5dd31c7b6860b4f..02f8a849de105e032be3910827e2f4c403d42446 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
@@ -4,7 +4,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.clearLongTaskTimings [function]
window.performance.clearMarks [function]
window.performance.clearMeasures [function]
window.performance.clearResourceTimings [function]
@@ -27,12 +26,10 @@ window.performance.navigation.redirectCount [number]
window.performance.navigation.type [number]
window.performance.now [function]
window.performance.onframetimingbufferfull [null]
-window.performance.onlongtasktimingbufferfull [null]
window.performance.onresourcetimingbufferfull [null]
window.performance.onwebkitresourcetimingbufferfull [null]
window.performance.removeEventListener [function]
window.performance.setFrameTimingBufferSize [function]
-window.performance.setLongTaskTimingBufferSize [function]
window.performance.setResourceTimingBufferSize [function]
window.performance.timing [object PerformanceTiming]
window.performance.timing.connectEnd [number]

Powered by Google App Engine
This is Rietveld 408576698