Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 4c374c0

Browse files
committed
add new types to rebaseline tests
These are new externs from JSCompiler upstream.
1 parent a5827d7 commit 4c374c0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/test/java/com/google/javascript/clutz/testdata/general_with_platform.d.ts

+36
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,21 @@ declare namespace ಠ_ಠ.clutz {
627627
}
628628
}
629629
// Generated from externs.zip//w3c_navigation_timing.js
630+
declare namespace ಠ_ಠ.clutz {
631+
/**
632+
* https://wicg.github.io/largest-contentful-paint/#largestcontentfulpaint
633+
*/
634+
class LargestContentfulPaint extends PerformanceEntry {
635+
private noStructuralTyping_LargestContentfulPaint : any;
636+
element : GlobalElement | null ;
637+
id : string ;
638+
loadTime : number ;
639+
renderTime : number ;
640+
size : number ;
641+
url : string ;
642+
}
643+
}
644+
// Generated from externs.zip//w3c_navigation_timing.js
630645
declare namespace ಠ_ಠ.clutz {
631646
/**
632647
* https://wicg.github.io/layout-instability/#sec-layout-shift
@@ -638,6 +653,27 @@ declare namespace ಠ_ಠ.clutz {
638653
value : number ;
639654
}
640655
}
656+
// Generated from externs.zip//w3c_navigation_timing.js
657+
declare namespace ಠ_ಠ.clutz {
658+
/**
659+
* https://wicg.github.io/event-timing/#sec-performance-event-timing
660+
*/
661+
class PerformanceEventTiming extends PerformanceEntry {
662+
private noStructuralTyping_PerformanceEventTiming : any;
663+
cancelable : boolean ;
664+
processingEnd : number ;
665+
processingStart : number ;
666+
}
667+
}
668+
// Generated from externs.zip//w3c_navigation_timing.js
669+
declare namespace ಠ_ಠ.clutz {
670+
/**
671+
* https://w3c.github.io/paint-timing/#sec-PerformancePaintTiming
672+
*/
673+
class PerformancePaintTiming extends PerformanceEntry {
674+
private noStructuralTyping_PerformancePaintTiming : any;
675+
}
676+
}
641677
// Generated from externs.zip//w3c_rtc.js
642678
declare namespace ಠ_ಠ.clutz {
643679
class BlobEvent extends GlobalEvent {

0 commit comments

Comments
 (0)