Commit 2780c65f authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

[css-filters] Move effect-reference-turbulence-invalid.html to WPT

This CL migrates 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 and renames it to
filter-turbulence-invalid-001.html.

Bug: 1063749
Change-Id: Ie2a06923c2cf533807c807cbba73873d11353c40
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134034
Commit-Queue: Julie Kim <jkim@igalia.com>
Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759945}
parent ad54ac5c
<!DOCTYPE html>
<title>CSS Filter Effects: feTurbulence with negative values from baseFrequency</title>
<link rel="help" href="https://drafts.fxtf.org/filter-effects/#element-attrdef-feturbulence-basefrequency">
<link rel="help" href="https://crbug.com/1068863"/>
<link rel="match" href="reference/filter-turbulence-invalid-001-ref.html">
<meta name="assert" content="This test checks that negative baseFrequency values are unsupported for feTurbulence.">
<style>
.target {
display: inline-block;
......
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