Commit bda8216f authored by Mario Sanchez Prada's avatar Mario Sanchez Prada Committed by Commit Bot

[css-filters] Migrate css3/filters/bug419429.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: I1d4b9e365ef56f8abfb0fd49c7f60598d11eb41e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133935
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756331}
parent 2438bcb6
<!DOCTYPE html>
<marquee>
<li style="filter: url(#foo); color: white"></li>
</marquee>
<!-- Test passes by not crashing -->
<p>PASS</p>
<!DOCTYPE html>
<title>CSS Filters: url() with non-existent filter reference</title>
<link rel="author" title="Justin Novosad" href="mailto:junov@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="help" href="https://drafts.csswg.org/css-values-4/#local-urls">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=419429">
<link rel="match" href="reference/filter-url-to-non-existent-filter-001-ref.html">
<meta name="assert" content="Tests that a non-existent filter reference is gracefully ignored."/>
<marquee>
<li style="filter: url(#foo); color: white"></li>
</marquee>
<!-- Test passes by not crashing -->
<p>PASS</p>
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