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

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

Issue 2472583003: Navigation Timing Level 2 (Closed)
Patch Set: addressed layout test failures Created 4 years, 1 month 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 763d080a4c7ce497cf0f21c8f1319a7f4f9503a8..b01f684887dd3759717236b374ef7321cadab793 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
@@ -3818,6 +3818,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