aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/overflow-bug-0.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html/overflow-bug-0.html')
-rw-r--r--tests/html/overflow-bug-0.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/html/overflow-bug-0.html b/tests/html/overflow-bug-0.html
new file mode 100644
index 00000000000..10e2207ca56
--- /dev/null
+++ b/tests/html/overflow-bug-0.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<!-- https://github.com/servo/servo/issues/9306 -->
+<style>
+ body {
+ margin: 0;
+ }
+
+ .green {
+ background: #0F0;
+ height: 40px;
+ width: 600px;
+ margin-left: -300px;
+ }
+</style>
+
+<div class="green">
+</div>
+