Commit 7a1b4234 authored by Dominic Farolino's avatar Dominic Farolino Committed by Commit Bot

Remove enable lazy load flag from virtual tests

The feature is enabled by default, so we don't need to use the feature
flag that enables it.

Bug: N/A
Change-Id: I7d404fdbf0111ffc8b94fc8afc75a84a8a3eb944
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2258341Reviewed-by: default avatarScott Little <sclittle@chromium.org>
Commit-Queue: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781931}
parent ebe1e437
......@@ -437,7 +437,7 @@
{
"prefix": "lazyload-image",
"bases": ["http/tests/lazyload"],
"args": ["--enable-blink-features=LazyImageLoading,AutomaticLazyImageLoading",
"args": ["--enable-blink-features=AutomaticLazyImageLoading",
"--disable-blink-features=RestrictAutomaticLazyImageLoadingToDataSaver"]
},
{
......
# This suite runs the tests in http/tests/lazyload with
# --enable-features=LazyImageLoading.
# --enable-features=AutomaticLazyImageLoading.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment