diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/647192-1-ref.html')
-rw-r--r-- | layout/reftests/reftest-sanity/647192-1-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/647192-1-ref.html b/layout/reftests/reftest-sanity/647192-1-ref.html new file mode 100644 index 0000000000..d1a673c62d --- /dev/null +++ b/layout/reftests/reftest-sanity/647192-1-ref.html @@ -0,0 +1,12 @@ +<html><head>
+<style>
+div {
+ outline: 1px solid black;
+}
+</style>
+
+</head><body>
+You should see no red, only green<br>
+ <div style="overflow: scroll; height: 200px; z-index: 2; position: relative; background-color: lime;"></div>
+ </div>
+</body></html>
|