summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-size-monster-inches.html
blob: a9b1fe03b6efe776be077b08b432e0411d0f27ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>Inches-to-twips conversions testing</title>
  <style type="text/css">
body
{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mP4%2F58BAAT%2FAf9jgNErAAAAAElFTkSuQmCC);
  background-size: 2147483640in;
}
  </style>
</head>
<body>
</body>
</html>