mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
--><html><head>
|
||||
|
||||
<!--
|
||||
The original and initial filename of this test was
|
||||
zero-width-ratio-contain.html
|
||||
-->
|
||||
|
||||
<title>CSS Backgrounds and Borders Test: zero width ratio, contain</title>
|
||||
|
||||
<link href="http://whereswalden.com/" rel="author" title="Jeff Walden">
|
||||
<link href="http://www.w3.org/TR/css3-background/#the-background-size" rel="help">
|
||||
<link href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" rel="help">
|
||||
<link href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" rel="help">
|
||||
|
||||
<meta content="svg" name="flags">
|
||||
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
background-image: url("support/intrinsic-ratio-zero-width.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
border: black solid 1px;
|
||||
height: 768px;
|
||||
width: 256px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div></div>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue