Skip to content

Commit

Permalink
Remove .tentative mark from preload-imagesrcset tests
Browse files Browse the repository at this point in the history
Now that the HTML spec change (whatwg/html#4048)
is landed, let's remove the .tentative label from the tests.

Bug: 813452
Change-Id: Id92373c8b78b537b6020c6aa8e05765e2c075834
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542738
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: Dominic Farolino <domfarolino@gmail.com>
Cr-Commit-Position: refs/heads/master@{#645156}
  • Loading branch information
irori authored and chromium-wpt-export-bot committed Mar 28, 2019
1 parent ea8b7ff commit 835b267
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
<script src="/resources/testharnessreport.js"></script>
<script src="/preload/resources/preload_helper.js"></script>
<script>
var t = async_test('Makes sure that Link headers preload images with (experimental) imagesrcset/imagesizes attributes.');
var t = async_test('Makes sure that Link headers preload images with imagesrcset/imagesizes attributes.');
</script>
<body>
<script>
Expand Down

0 comments on commit 835b267

Please sign in to comment.