mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +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
|
@ -1,23 +1,14 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linear gradient with some inferred positions</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#radial-color-stops">
|
||||
<meta name="assert" content="Calculation of implicit gradient stops.">
|
||||
<link rel="match" href="linear-gradient-ref.html">
|
||||
<style>
|
||||
#gradient {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
background-image: linear-gradient(to right, black 0%, red, gold);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="gradient"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<meta charset="utf-8">
|
||||
<title>Linear gradient with some inferred positions</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#coloring-gradient-line">
|
||||
<meta name="assert" content="Calculation of implicit gradient stops.">
|
||||
<link rel="match" href="linear-gradient-ref.html">
|
||||
<style>
|
||||
#gradient {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
background-image: linear-gradient(to right, black 0%, red, gold);
|
||||
}
|
||||
</style>
|
||||
<div id="gradient"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue