aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/position/position.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/position/position.html')
-rw-r--r--tests/unit/position/position.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html
index 0cad7d322..334fbbb78 100644
--- a/tests/unit/position/position.html
+++ b/tests/unit/position/position.html
@@ -47,6 +47,9 @@ elements smaller than 20px have a line-height set on them to avoid a bug in IE6
<div id="bug-5280" style="height: 30px; width: 201px;">
<div style="width: 50px; height: 10px;"></div>
</div>
+
+ <div id="bug-8710-within-smaller" style="position: absolute; width: 100px; height: 99px; top: 0px; left: 0px; line-height: 99px;"></div>
+ <div id="bug-8710-within-bigger" style="position: absolute; width: 100px; height: 101px; top: 0px; left: 0px; line-height: 101px;"></div>
</div>
</body>