mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
302623f465
--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
8 lines
193 B
HTML
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>
|