Commit a2a155a9 authored by Prashant Nevase's avatar Prashant Nevase Committed by Commit Bot

Remove duplicate web tests for dark mode images.

Before organizing the dark mode test, we had same tests with different
names different in folders like filter-all, filter-none and grayscale.
This patch removes duplicate web tests for gradient and image.

Bug: 1116914
Change-Id: If36468417c84ed122e0ce612569f7b2f8e8c30e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409879Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Commit-Queue: Prashant Nevase <prashant.n@samsung.com>
Cr-Commit-Position: refs/heads/master@{#806892}
parent b8698917
<!DOCTYPE html>
<style>
.gradient {
background-image: linear-gradient(white 0%, blue 100%);
width: 400px;
height: 300px;
}
</style>
<div class="gradient"></div>
<!DOCTYPE html>
<img src="resources/png-simple.png">
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