Bug 1590219 [wpt PR 19813] - [ElementTiming] Cleanup window.location.href usage in...
commit6b523aba2d0a1a8ce612f7ae8c9cb743fc1581fc
authorNicolás Peña Moreno <npm@chromium.org>
Tue, 22 Oct 2019 17:53:38 +0000 (22 17:53 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Thu, 24 Oct 2019 17:04:51 +0000 (24 18:04 +0100)
treeb76d23b49d22e594d77d759053e5e9153343c536
parent57ff51221e9ed74a49e214703e5f01ecbe510645
Bug 1590219 [wpt PR 19813] - [ElementTiming] Cleanup window.location.href usage in tests, a=testonly

Automatic update from web-platform-tests
[ElementTiming] Cleanup window.location.href usage in tests

This CL removes window.location.href usage in element-timing tests and
uses window.location.origin instead, which makes the pathname
computation cleaner. It also adds t.step_func where it is missing.

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

--

wpt-commits: e42570fe16dd112aeacad78eb011daca434629a0
wpt-pr: 19813
18 files changed:
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/disconnect-image.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-not-fully-visible.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/multiple-background-images.html
testing/web-platform/tests/element-timing/observe-background-image.html
testing/web-platform/tests/element-timing/observe-elementtiming.html
testing/web-platform/tests/element-timing/observe-multiple-images.html
testing/web-platform/tests/element-timing/observe-svg-image.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