aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/ref/overflow_scroll.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ref/overflow_scroll.html')
-rw-r--r--src/test/ref/overflow_scroll.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/test/ref/overflow_scroll.html b/src/test/ref/overflow_scroll.html
deleted file mode 100644
index 26c333f4efe..00000000000
--- a/src/test/ref/overflow_scroll.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
- <head>
- <style>
- #first {
- height: 100px;
- width: 100px;
- overflow: scroll;
- }
- #second {
- height: 100px;
- width: 200px;
- background: green;
- }
- </style>
- </head>
- <body>
- <div id="first">
- <div id="second">
- </div>
- </div>
- </body>
-</html>