summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html')
-rw-r--r--layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html b/layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html
new file mode 100644
index 0000000000..398034a0f1
--- /dev/null
+++ b/layout/reftests/image-element/element-paint-paintserversize-rounding-02-ref.html
@@ -0,0 +1,24 @@
+<!--
+ Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/licenses/publicdomain/
+-->
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+body > div {
+ width: 200px;
+ height: 200px;
+ background: lime;
+ float: left;
+}
+</style>
+</head>
+<body style="margin:0">
+<div></div>
+<div></div>
+<div></div>
+<div></div>
+<div></div>
+</body>
+</html>