layout/reftests/backgrounds/vector/wide--auto--omitted-width-omitted-height.html
author Andy Leiserson <aleiserson@mozilla.com>
Sat, 19 Jul 2025 16:44:54 +0000 (9 hours ago)
changeset 797257 246e16bb06c941d6f64d807d43c807bfba04ae86
parent 74152 2a9d13929af33f3895cc0ee504adcebf4b0496a4
permissions -rw-r--r--
Bug 1976958 - Update wgpu to b83c9cf (2025-07-10) r=webgpu-reviewers,supply-chain-reviewers,teoxoy Differential Revision: https://phabricator.services.mozilla.com/D257047
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
  <title>wide background-size: auto; for omitted-width-omitted-height.svg</title>
  <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
  <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size" />
  <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" />
  <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" />
  <meta name="flags" content="svg" />
  <style type="text/css">
div
{
  width: 768px; height: 256px;
}
#outer
{
  border: 1px solid black;
}
#inner
{
  background-image: url(omitted-width-omitted-height.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
  </style>
</head>
<body>
<div id="outer"><div id="inner"></div></div>
</body>
</html>