mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision ac16628eb7eb601957382053011363d2bcf8ce44
This commit is contained in:
parent
ea7e753cea
commit
7e7c8873e4
4408 changed files with 664787 additions and 857286 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue