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