layout/reftests/backgrounds/vector/ref-tall-lime8x384-aqua8x384.html
author Lee Salzman <lsalzman@mozilla.com>
Sun, 20 Jul 2025 08:30:17 +0000 (20 hours ago)
changeset 797272 cfd0090968e11deee3db2fd88b291a9f16dd1fda
parent 74152 2a9d13929af33f3895cc0ee504adcebf4b0496a4
permissions -rw-r--r--
Bug 1978234 - Use simpler software downscale fallback. r=ahale Differential Revision: https://phabricator.services.mozilla.com/D257942
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
  <title>tall reference, 8x384 lime, 8x384 aqua</title>
  <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
  <style type="text/css">
div
{
  width: 256px; height: 768px;
}
#outer
{
  border: 1px solid black;
}
#inner
{
  width: 8px; height: 768px;
}
#inner > div { width: 8px; height: 384px; }
#top { background-color: lime; }
#bottom { background-color: aqua; }
  </style>
</head>
<body>
<div id="outer"><div id="inner"><div id="top"></div><div id="bottom"></div></div></div>
</body>
</html>