servo/tests/wpt/css-tests/css-backgrounds-3_dev/html4/wide--cover--nonpercent-width-omitted-height-viewbox.htm
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

43 lines
No EOL
1.2 KiB
HTML

<!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
wide- -cover- -nonpercent-width-omitted-height-viewbox.html
-->
<title>CSS Backgrounds and Borders Test: background-size: cover; for nonpercent-width-omitted-height-viewbox.svg</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">
<link href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute" rel="help">
<link href="reference/ref-wide-lime768x256.htm" rel="match">
<meta content="svg" name="flags">
<style type="text/css">
div
{
background-image: url("support/nonpercent-width-omitted-height-viewbox.svg");
background-repeat: no-repeat;
background-size: cover;
border: black solid 1px;
height: 256px;
width: 768px;
}
</style>
</head>
<body>
<div></div>
</body></html>