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

[css-filters] Migrate effect-reference-convolve-error.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: I458f85e0dbf767df4d858a116348be0de94618e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135649
Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com>
Reviewed-by: default avatarFredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#756422}
parent c63cf50b
<!DOCTYPE html> <!DOCTYPE html>
<title>SVG Filters: feConvolveMatrix filter</title>
<link rel="author" title="Fredrik Söderquist" href="mailto:fs@opera.com">
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#FilterProperty">
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#feConvolveMatrixElement">
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#ColorInterpolationFiltersProperty">
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#feColorMatrixElement">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=533457">
<link rel="match" href="reference/effect-reference-convolve-error-001-ref.html">
<meta name="assert" content="feConvolveMatrix without a kernelMatrix acts as a pass through filter"/>
<div style="width: 100px; height: 100px; background-color: red; filter: url(#f)"></div> <div style="width: 100px; height: 100px; background-color: red; filter: url(#f)"></div>
<svg height="0"> <svg height="0">
<filter id="f" x="0" y="0" width="1" height="1"> <filter id="f" x="0" y="0" width="1" height="1">
......
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