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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2631563002: Enable nav timing 2 by flipping the flag to stable. (Closed)
Patch Set: edited expected files Created 3 years, 11 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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 89fed15cfe11a1f052a4038ee7eff6434a389855..8d8eb306cbd202040f8ec7b8bd36b7bc52fa8a09 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3794,6 +3794,20 @@ interface PerformanceNavigation
getter type
method constructor
method toJSON
+interface PerformanceNavigationTiming : PerformanceResourceTiming
+ attribute @@toStringTag
+ getter domComplete
+ getter domContentLoadedEventEnd
+ getter domContentLoadedEventStart
+ getter domInteractive
+ getter loadEventEnd
+ getter loadEventStart
+ getter redirectCount
+ getter type
+ getter unloadEventEnd
+ getter unloadEventStart
+ method constructor
+ method toJSON
interface PerformanceObserver
attribute @@toStringTag
method constructor

Powered by Google App Engine
This is Rietveld 408576698