Bug 1610669 [wpt PR 21326] - Use assert_precondition in ElementTiming/LargestContentf...
commit69a3ed6939452ee4e466be7531f950e94b163fb1
authorNicolás Peña Moreno <npm@chromium.org>
Thu, 23 Jan 2020 22:57:12 +0000 (23 22:57 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 27 Jan 2020 15:36:01 +0000 (27 15:36 +0000)
tree8faf4531154e6075fc66abde9e7f6752c340d6ca
parent01ec94f3a799b7d01d749821d15ddaa776cb5698
Bug 1610669 [wpt PR 21326] - Use assert_precondition in ElementTiming/LargestContentfulPaint, a=testonly

Automatic update from web-platform-tests
Use assert_precondition in ElementTiming/LargestContentfulPaint

This CL replaces assert_unreached for assert_precondition for the API
existence checks in the ElementTiming and LargestContentfulPaint WPTs.

Change-Id: Icd2ff3e045835cf4c46a370a384455143a717308
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013863
Reviewed-by: Tom McKee <tommckee@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734494}

--

wpt-commits: bd2c0495a860571b7467989e89dd51ebad4f9562
wpt-pr: 21326
60 files changed:
testing/web-platform/tests/element-timing/background-image-data-uri.html
testing/web-platform/tests/element-timing/background-image-multiple-elements.html
testing/web-platform/tests/element-timing/background-image-stretched.html
testing/web-platform/tests/element-timing/buffer-before-onload.html
testing/web-platform/tests/element-timing/buffered-flag.html
testing/web-platform/tests/element-timing/cross-origin-element.sub.html
testing/web-platform/tests/element-timing/cross-origin-iframe-element.sub.html
testing/web-platform/tests/element-timing/css-generated-text.html
testing/web-platform/tests/element-timing/disconnect-image.html
testing/web-platform/tests/element-timing/element-only-when-fully-active.html
testing/web-platform/tests/element-timing/first-letter-background.html
testing/web-platform/tests/element-timing/fixed-id-identifier.html
testing/web-platform/tests/element-timing/image-TAO.sub.html
testing/web-platform/tests/element-timing/image-carousel.html
testing/web-platform/tests/element-timing/image-clipped-svg.html
testing/web-platform/tests/element-timing/image-data-uri.html
testing/web-platform/tests/element-timing/image-not-added.html
testing/web-platform/tests/element-timing/image-not-fully-visible.html
testing/web-platform/tests/element-timing/image-rect-iframe.html
testing/web-platform/tests/element-timing/image-src-change.html
testing/web-platform/tests/element-timing/image-with-css-scale.html
testing/web-platform/tests/element-timing/image-with-rotation.html
testing/web-platform/tests/element-timing/images-repeated-resource.html
testing/web-platform/tests/element-timing/invisible-images.html
testing/web-platform/tests/element-timing/multiple-background-images.html
testing/web-platform/tests/element-timing/observe-background-image.html
testing/web-platform/tests/element-timing/observe-child-element.html
testing/web-platform/tests/element-timing/observe-elementtiming.html
testing/web-platform/tests/element-timing/observe-empty-attribute.html
testing/web-platform/tests/element-timing/observe-multiple-images.html
testing/web-platform/tests/element-timing/observe-shadow-image.html
testing/web-platform/tests/element-timing/observe-shadow-text.html
testing/web-platform/tests/element-timing/observe-svg-image.html
testing/web-platform/tests/element-timing/observe-text.html
testing/web-platform/tests/element-timing/observe-video-poster.html
testing/web-platform/tests/element-timing/progressively-loaded-image.html
testing/web-platform/tests/element-timing/rectangular-image.html
testing/web-platform/tests/element-timing/redirects-tao-star.html
testing/web-platform/tests/element-timing/retrievability.html
testing/web-platform/tests/element-timing/scroll-to-text.html
testing/web-platform/tests/element-timing/text-with-display-style.html
testing/web-platform/tests/element-timing/toJSON.html
testing/web-platform/tests/largest-contentful-paint/contracted-image.html
testing/web-platform/tests/largest-contentful-paint/cross-origin-image.sub.html
testing/web-platform/tests/largest-contentful-paint/expanded-image.html
testing/web-platform/tests/largest-contentful-paint/first-letter-background.html
testing/web-platform/tests/largest-contentful-paint/first-paint-equals-lcp-text.html
testing/web-platform/tests/largest-contentful-paint/iframe-content-not-observed.html
testing/web-platform/tests/largest-contentful-paint/image-src-change.html
testing/web-platform/tests/largest-contentful-paint/invisible-images.html
testing/web-platform/tests/largest-contentful-paint/larger-image.html
testing/web-platform/tests/largest-contentful-paint/larger-text.html
testing/web-platform/tests/largest-contentful-paint/loadTime-after-appendChild.html
testing/web-platform/tests/largest-contentful-paint/observe-after-untrusted-scroll.html
testing/web-platform/tests/largest-contentful-paint/observe-image.html
testing/web-platform/tests/largest-contentful-paint/observe-text.html
testing/web-platform/tests/largest-contentful-paint/repeated-image.html
testing/web-platform/tests/largest-contentful-paint/text-with-display-style.html
testing/web-platform/tests/largest-contentful-paint/toJSON.html
testing/web-platform/tests/largest-contentful-paint/video-poster.html