summaryrefslogtreecommitdiffstats
path: root/layout/reftests/native-theme/492155-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/native-theme/492155-2.html')
-rw-r--r--layout/reftests/native-theme/492155-2.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/492155-2.html b/layout/reftests/native-theme/492155-2.html
new file mode 100644
index 0000000000..1eef1e4981
--- /dev/null
+++ b/layout/reftests/native-theme/492155-2.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<div style="width: 200px; height: 200px; margin: 50px; transform: scale(0.5); position: relative;">
+ <div style="height: 200px; overflow: auto;">
+ <div style="height: 400px;"></div>
+ </div>
+ <div style="position: absolute; top: -2px; right: -2px; bottom: -2px; width: 50px; background: white;"></div>
+</div>