summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-size-monster-cm.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/backgrounds/background-size-monster-cm.html')
-rw-r--r--layout/reftests/backgrounds/background-size-monster-cm.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-size-monster-cm.html b/layout/reftests/backgrounds/background-size-monster-cm.html
new file mode 100644
index 0000000000..e40273af4b
--- /dev/null
+++ b/layout/reftests/backgrounds/background-size-monster-cm.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Centimeters-to-twips conversions testing</title>
+ <style type="text/css">
+body
+{
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mP4%2F58BAAT%2FAf9jgNErAAAAAElFTkSuQmCC);
+ background-size: 2147483640cm;
+}
+ </style>
+</head>
+<body>
+</body>
+</html>