Update web-platform-tests to revision ac16628eb7eb601957382053011363d2bcf8ce44

This commit is contained in:
WPT Sync Bot 2020-02-17 08:20:12 +00:00
parent ea7e753cea
commit 7e7c8873e4
4408 changed files with 664787 additions and 857286 deletions

View file

@ -9,7 +9,7 @@
<link rel="match" href="reference/clip-path-ref-right-green-ref.html">
<meta name="assert" content="The clip-path property takes a reference to a clipPath element for clipping. Percentage values
are relative to the viewport for userSpaceOnUse on clipPathUnits.
On pass the left half of the site is white and the right half of the site is blue.">
On pass the left half of the site is white and the right half of the site is green.">
<style>
html, body {
@ -21,7 +21,7 @@
</head>
<body>
<div style="width: 100%; height: 100%; background-color: green; clip-path: url(#clip); position: absolute;"></div>
<p style="position: absolute;">The test passes if the left half of the site is white and the right half of the site is blue.</p>
<p style="position: absolute;">The test passes if the left half of the site is white and the right half of the site is green.</p>
<svg>
<clipPath id="clip">
@ -29,4 +29,4 @@
</clipPath>
</svg>
</body>
</html>
</html>