mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Update web-platform-tests to revision 5d33b4da92080b7658168bdb0fbdc3531bda1ddf
This commit is contained in:
parent
7010178691
commit
5b46b73c1b
139 changed files with 2001 additions and 261 deletions
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>Conic gradient stop normalization</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-4/#conic-gradients">
|
||||
<meta name="assert" content="Rendering of conic-gradient with normalized color stops">
|
||||
<link rel="match" href="reference/100x100-blue.html">
|
||||
<style>
|
||||
#gradient {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-image: conic-gradient(green -50%, blue -50%);
|
||||
}
|
||||
</style>
|
||||
<div id="gradient"></div>
|
Loading…
Add table
Add a link
Reference in a new issue