tenfourfox/layout/reftests/backgrounds/background-size-body-percent-percent-ref.html

15 lines
211 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<title>background-size: 100% 100%; on body reference</title>
<style type="text/css">
body
{
background-image: url(aqua-32x32.png);
}
</style>
</head>
<body>
</body>
</html>