gecko/dom/tests/mochitest/general/file_domWindowUtils_scrollbarSize.html
Tim Taubert 302623f465 Bug 845010 - turn nsIDOMWindowUtils.getScrollbarWidth() into .getScrollbarSize(); r=roc
--HG--
rename : dom/tests/mochitest/general/file_domWindowUtils_scrollbarWidth.html => dom/tests/mochitest/general/file_domWindowUtils_scrollbarSize.html
rename : dom/tests/mochitest/general/test_domWindowUtils_scrollbarWidth.html => dom/tests/mochitest/general/test_domWindowUtils_scrollbarSize.html
2013-02-25 23:13:36 +01:00

8 lines
193 B
HTML

<!DOCTYPE HTML>
<html>
<body style='width: 100000px; overflow: hidden;'></body>
<div id="float" style="float: left; overflow: scroll;">
<div style="width: 200px;"></div>
</div>
</html>