Commit a9c7f7ae authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[css-filters] Move drop-shadow-clipped.html to WPT

This CL migrates drop-shadow-clipped[-expected].html
tests from paint/filters to external/wpt/css/filter-effects with
WPT styles, adding links to the relevant specs, and test
description.

Additionally, this test is renamed to
drop-shadow-clipped-001[-ref].html to be align with
existing test naming style.

Bug: 1063749
Change-Id: I503b5833769e7563bae92e2777dc9e2280a76ccc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141496Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758093}
parent 40628168
<!doctype HTML> <!doctype HTML>
<title>CSS Filters: drop-shadow clipping</title>
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#dropshadowEquivalent">
<link rel="issue" href="https://bugs.chromium.org/p/chromium/issues/detail?id=804670">
<link rel="match" href="reference/drop-shadow-clipped-001-ref.html">
<meta name="assert" content="This test ensures that the overflowing parts of drop-shadowed elements cast shadows.">
<div style="overflow: hidden; width: 100px; height: 100px"> <div style="overflow: hidden; width: 100px; height: 100px">
<div style="filter: drop-shadow(-105px 0 0 green);"> <div style="filter: drop-shadow(-105px 0 0 green);">
<div style="width: 50px; height: 50px; position: relative; left: 105px; background: red"></div> <div style="width: 50px; height: 50px; position: relative; left: 105px; background: red"></div>
......
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