mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Image set conic-gradient rendering</title>
|
||||
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
|
||||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: conic-gradient(green, lightgreen);
|
||||
}
|
||||
</style>
|
||||
<div id="test"></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Image set repeating-conic-gradient rendering</title>
|
||||
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
|
||||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: repeating-conic-gradient(red, blue 25%);
|
||||
}
|
||||
</style>
|
||||
<div id="test"></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Image set repeating-linear-gradient rendering</title>
|
||||
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
|
||||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: repeating-linear-gradient(red, blue 25%);
|
||||
}
|
||||
</style>
|
||||
<div id="test"></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Image set repeating-radial-gradient rendering</title>
|
||||
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
|
||||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: repeating-radial-gradient(red, blue 25%);
|
||||
}
|
||||
</style>
|
||||
<div id="test"></div>
|
Loading…
Add table
Add a link
Reference in a new issue