Commit 304e175c authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

[css-masking] Migrate clip-path-reference-nonexisting-existing-local.html to WPT

CL migrates clip-path-reference-nonexisting-existing-local.html
to external/wpt/css/css-masking/clip-path/, adding links to the
relevant specs and a test assertion describing its purpose.

BUG=1063749
R=fs@opera.com

Change-Id: Ic31f186879f7b37f9df9b49bfac891749d001d6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144235Reviewed-by: default avatarFredrik Söderquist <fs@opera.com>
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758795}
parent 2a4295e1
<!DOCTYPE html> <!DOCTYPE html>
<title>CSS Masking: fragment of non valid URL as clip.</title>
<link rel="help" href="https://drafts.fxtf.org/css-masking-1/#the-clip-path">
<link rel="match" href="reference/reference-nonexisting-existing-local-ref.html">
<meta name="assert" content="Test ensures that only local URLs with a valid fragment result in a valid clip."/>
<style> <style>
#target { #target {
width: 100px; width: 100px;
height: 100px; height: 100px;
background-color: green; background-color: green;
-webkit-clip-path: url(notexisting.svg#c);
clip-path: url(notexisting.svg#c); clip-path: url(notexisting.svg#c);
} }
</style> </style>
......
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