Skip to content

Commit

Permalink
Move clip-path tests out of vendor-imports (web-platform-tests#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Dec 10, 2021
1 parent d854644 commit 14488d2
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 12 deletions.
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path border-box works correctly or not. This test is for clip-path applied to an HTML element.">
<style type="text/css">
<style>
div {
position: absolute;
left: 50px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path border-box works correctly or not. This test is for clip-path applied to an SVG SVG element.">
<style type="text/css">
<style>
svg {
position: absolute;
left: 50px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path content-box works correctly or not. This test is for clip-path applied to an HTML element.">
<style type="text/css">
<style>
div {
background-color: blue;
position: absolute;
Expand Down
Expand Up @@ -9,7 +9,7 @@
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path content-box works correctly or not.">
</head>
<style type="text/css">
<style>
svg {
position: absolute;
left: 10px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path fill-box works correctly or not. This test is for clip-path applied to an SVG SVG element.">
<style type="text/css">
<style>
svg {
position: absolute;
left: 40px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-2-ref.html">
<meta name="assert" content="Test checks whether clip-path margin-box works correctly or not.">
<style type="text/css">
<style>
div {
position: absolute;
left: 0px;
Expand Down
Expand Up @@ -5,7 +5,7 @@
<title>CSS clip-path reference</title>
<link rel="author" title="CJ Ku" href="mailto:cku@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style type="text/css">
<style>
div.foreground {
position: absolute;
background-color: rgb(0,0,255);
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-mix-blend-mode-1-ref.html">
<meta name="assert" content="Test checks whether clip-path works with mix-blend-mode correctly or not.">
<style type="text/css">
<style>
div {
position: absolute;
width: 100px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path padding-box works correctly or not. This test is for clip-path applied to an HTML element.">
<style type="text/css">
<style>
div {
position: absolute;
left: 50px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path padding-box works correctly or not. This test is for clip-path applied to an SVG SVG element.">
<style type="text/css">
<style>
svg {
position: absolute;
left: 50px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path stroke-box works correctly or not. This test is for clip-path applied to an SVG SVG element.">
<style type="text/css">
<style>
svg {
position: absolute;
left: 40px;
Expand Down
Expand Up @@ -8,7 +8,7 @@
<link rel="help" href="https://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="clip-path-geometryBox-1-ref.html">
<meta name="assert" content="Test checks whether clip-path view-box works correctly or not. This test is for clip-path applied to an SVG SVG element.">
<style type="text/css">
<style>
svg {
position: absolute;
left: 40px;
Expand Down

0 comments on commit 14488d2

Please sign in to comment.