Commit 3cab60d9 authored by Mario Sanchez Prada's avatar Mario Sanchez Prada Committed by Commit Bot

[css-filters] Migrate effect-drop-shadow-clip-abspos.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.

Since there was already a similar test already in WPT, this CL
also renames it adding the -001 suffix to it, so that we can
consistently add this new one as a -002 one.

Bug: 1063749
Change-Id: Ibb6f0ef3783cf9805e339f70b0e7616369cbc752
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133936Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#756486}
parent e3af2e8c
......@@ -6,7 +6,7 @@
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="help" href="https://www.w3.org/TR/filter-effects-1/#funcdef-filter-drop-shadow">
<link rel="help" href="http://www.w3.org/TR/filter-effects-1/#dropshadowEquivalent">
<link rel="match" href="filters-drop-shadow-ref.html">
<link rel="match" href="reference/filters-drop-shadow-001-ref.html">
<meta name="flags" content="">
<meta name="assert" content="This test verifies that the drop-shadow shorthand works. Green box with green shadow.
The shadows appear 10px down and 20px right under the Green box. The red box must not appear under the Green box.">
......
<!DOCTYPE html>
<title>CSS Filters: drop-shadow filter on element with clipped children</title>
<link rel="author" title="Stephen White" href="mailto:senorblanco@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=350411">
<link rel="match" href="reference/filters-drop-shadow-002-ref.html">
<meta name="assert" content="Check that clipping gets correctly applied on children of a container with a drop-shadow filter in effect."/>
<style>
.container {
filter: drop-shadow(5px 5px 5px black);
......
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