mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision b'5b72ee9b50ae6898c94fe3ab50f4c68d4572977c'
This commit is contained in:
parent
aa885dda93
commit
6d6ac7bedf
67 changed files with 913 additions and 194 deletions
|
@ -4,13 +4,13 @@
|
|||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-4/#image-set-notation">
|
||||
<link rel="match" href="reference/image-set-rendering-ref.html">
|
||||
<meta name="assert" content="image-set rendering when resolution is invalid">
|
||||
<meta name="assert" content="image-set rendering with zero resolution">
|
||||
<style>
|
||||
#test {
|
||||
background-image: url("/images/green.png");
|
||||
background-image: url("/images/red.png");
|
||||
background-image: image-set(
|
||||
url("/images/red.png") 0x,
|
||||
url("/images/red.png") 2x
|
||||
url("/images/green.png") 0x,
|
||||
url("/images/green.png") 2x
|
||||
);
|
||||
width: 100px;
|
||||
height: 100px;
|
|
@ -4,11 +4,11 @@
|
|||
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-4/#image-set-notation">
|
||||
<link rel="match" href="reference/image-set-rendering-ref.html">
|
||||
<meta name="assert" content="image-set rendering when resolution is invalid">
|
||||
<meta name="assert" content="image-set rendering with zero resolution">
|
||||
<style>
|
||||
#test {
|
||||
background-image: url("/images/green.png");
|
||||
background-image: image-set(url("/images/red.png") 0x);
|
||||
background-image: url("/images/red.png");
|
||||
background-image: image-set(url("/images/green.png") 0x);
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue