diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/804323-1-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/804323-1-ref.html b/layout/reftests/bugs/804323-1-ref.html new file mode 100644 index 0000000000..2608b19c12 --- /dev/null +++ b/layout/reftests/bugs/804323-1-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML>
+<html>
+<head>
+<style>
+body { margin:0; padding:0; overflow:hidden; }
+#new {
+ position: absolute;
+ left: 200px;
+ top: 100px;
+ width: 100px;
+ height: 100px;
+ background: yellow;
+}
+</style>
+</head>
+<body>
+<div id="new"></div>
+</body>
+</html>
|