Commit 380347e7 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[css-masking] Migrate clip-path-columns-svg-clippath-usou.html to WPT

This CL migrates clip-path-columns-svg-clippath-usou[-expected].html
tests from css3/masking to external/wpt/css/css-masking/clip-path
with WPT styles, adding links to the relevant specs,
and test description.

Additionally, this test is renamed to
clip-path-columns-shape-002[-ref].html because this test was
added by the same bug which added clip-path-columns-shape-001.html.

Bug: 1063749
Change-Id: Ia2e300f39879db657e8d3246ae2e507f2518c3f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143872Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758094}
parent a9c7f7ae
<!DOCTYPE html>
<title>CSS Masking: Test clip-path property with svg clipPath element in column</title>
<link rel="author" title="Fredrik Söderquist" href="mailto:fs@opera.com">
<link rel="help" href="https://drafts.fxtf.org/css-masking-1/#the-clip-path">
<link rel="issue" href="https://bugs.chromium.org/p/chromium/issues/detail?id=626097">
<link rel="match" href="reference/clip-path-columns-shape-002-ref.html">
<meta name="assert" content="This test ensures that clip-path property works correctly in column layout when SVG <clipPath> elements with clipPathUnits='userSpaceOnUse' is referenced.">
<style>
body { margin: 0; }
.clipped {
......
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