Commit d01185c5 authored by Abhijeet Kandalkar's avatar Abhijeet Kandalkar Committed by Commit Bot

[css-filters] Migrate root-renderer-with-opacity-filter.html test to WPT

Migrate this test out of third_party/blink/web_tests/css3/filters
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.

Bug: 1063749
Change-Id: I1ecb61c85c3f0a08dffe1c502ea8aa9c05dae6af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139633
Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com>
Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757437}
parent 558febb8
<!DOCTYPE html>
<html style="filter: opacity(0.501)">
This test ensures we properly paint the root renderer when an opacity filter is applied.
<!DOCTYPE html>
<html>
<body style="filter: opacity(0.501)">
This test ensures we properly paint the root renderer when an opacity filter is applied.
This test ensures we properly paint the root element when an opacity filter is applied.
<!DOCTYPE html>
<title>Opacity Filter: root element opacity filter</title>
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#FilterProperty">
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#funcdef-filter-opacity">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=349587">
<link rel="match" href="reference/root-element-with-opacity-filter-001-ref.html">
<meta name="assert" content="This test ensures that the root renderer has an opacity filter"/>
<html style="filter: opacity(0.501)">
This test ensures we properly paint the root element when an opacity filter is applied.
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