aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/offset')
-rw-r--r--test/data/offset/scroll.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html
index 113400ce4..ad35ab84a 100644
--- a/test/data/offset/scroll.html
+++ b/test/data/offset/scroll.html
@@ -11,6 +11,7 @@
#scroll-1-1 { top: 1px; left: 1px; }
#scroll-1-1-1 { top: 1px; left: 1px; }
#forceScroll { width: 5000px; height: 5000px; }
+ #hidden { display: none; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
<script src="../../jquery.js"></script>
@@ -32,6 +33,7 @@
<div id="scroll-1-1-1" class="scroll"></div>
</div>
</div>
+ <div id="hidden"></div>
<div id="forceScroll"></div>
<div id="marker"></div>
<p class="instructions">Click the white box to move the marker to it.</p>