r2884 - positionTo: absolute positioning of the test div; required, but won't move the test resul...

r2884 - positionTo: absolute positioning of the test div; required, but won't move the test resul...


Author: joern.zaefferer
Date: Tue Jul 7 13:02:33 2009
New Revision: 2884
Modified:
branches/dev/positionTo/tests/unit/positionTo/positionTo.html
Log:
positionTo: absolute positioning of the test div; required, but won't move
the test results out of view anymore
Modified: branches/dev/positionTo/tests/unit/positionTo/positionTo.html
==============================================================================
--- branches/dev/positionTo/tests/unit/positionTo/positionTo.html    (original)
+++ branches/dev/positionTo/tests/unit/positionTo/positionTo.html    Tue Jul
7 13:02:33 2009
@@ -26,7 +26,7 @@
    <div id="parentx" style="position: absolute; width: 20px; height: 20px;
top: 40px; left: 40px; background-color: green"></div>
</div>
-<div style="height: 5000px; width: 5000px;"></div>
+<div style="position: absolute; height: 5000px; width: 5000px;"></div>
</body>
</html>