author | autofoolip <auto@foolip.org> |
Tue, 27 Aug 2019 04:46:29 +0000 | |
changeset 554306 | 099b8d0c6da1a0ce422dc0a092717a43a5b1fb3f |
parent 554305 | 32506b4c2ea9663f8ff1e38ea9bac403612207b5 |
child 554307 | f57e935d4127c2d5147be139f925095d4642a481 |
push id | 2165 |
push user | ffxbld-merge |
push date | Mon, 14 Oct 2019 16:30:58 +0000 |
treeherder | mozilla-release@0eae18af659f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1576339, 18650 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/interfaces/largest-contentful-paint.idl | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/interfaces/largest-contentful-paint.idl +++ b/testing/web-platform/tests/interfaces/largest-contentful-paint.idl @@ -1,13 +1,14 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into reffy-reports // (https://github.com/tidoust/reffy-reports) // Source: Largest Contentful Paint (https://wicg.github.io/largest-contentful-paint/) +[Exposed=Window] interface LargestContentfulPaint : PerformanceEntry { readonly attribute DOMHighResTimeStamp renderTime; readonly attribute DOMHighResTimeStamp loadTime; readonly attribute unsigned long size; readonly attribute DOMString id; readonly attribute DOMString url; readonly attribute Element? element; [Default] object toJSON();