-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathwide--cover--percent-width-nonpercent-height.html
More file actions
46 lines (34 loc) · 1.1 KB
/
wide--cover--percent-width-nonpercent-height.html
File metadata and controls
46 lines (34 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--
Any copyright is dedicated to the Public Domain.
https://umn5e1qggq890yd1x28f6wr.julianrbryant.com/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this test was
wide- -cover- -percent-width-nonpercent-height.html
-->
<title>CSS Backgrounds and Borders Test: background-size: cover; for percent-width-nonpercent-height.svg</title>
<link rel="author" title="Jeff Walden" href="https://umn8k1tm7jtxeqa3.julianrbryant.com/">
<link rel="help" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/css3-background/#the-background-size">
<link rel="help" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/SVG/coords.html#IntrinsicSizing">
<link rel="help" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/SVG/coords.html#PreserveAspectRatioAttribute">
<link rel="match" href="reference/ref-wide-lime768x128-aqua768x128.html">
<meta name="flags" content="svg">
<style type="text/css">
div
{
background-image: url("support/percent-width-nonpercent-height.svg");
background-repeat: no-repeat;
background-size: cover;
border: black solid 1px;
height: 256px;
width: 768px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>