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

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

Issue 2610063006: Create TaskAttributionTiming PerformanceEntry for attribution in PerformanceLongTaskTiming. Move cu… (Closed)
Patch Set: update layout test expectation 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 6afc7a9fd1eb129fcc14420fae78f3dd303b4586..82dd7e6eeeb77d1b4a723319227aea029376b80c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4578,9 +4578,7 @@ interface PerformanceEntry
method toJSON
interface PerformanceLongTaskTiming : PerformanceEntry
attribute @@toStringTag
- getter culpritFrameId
- getter culpritFrameName
- getter culpritFrameSrc
+ getter attribution
method constructor
interface PerformanceMark : PerformanceEntry
attribute @@toStringTag
@@ -6466,6 +6464,12 @@ interface SyncManager
method constructor
method getTags
method register
+interface TaskAttributionTiming : PerformanceEntry
+ attribute @@toStringTag
+ getter frameId
+ getter frameName
+ getter frameSrc
+ method constructor
interface Text : CharacterData
attribute @@toStringTag
getter assignedSlot

Powered by Google App Engine
This is Rietveld 408576698