diff options
Diffstat (limited to 'ui/tests/resizable.html')
-rw-r--r-- | ui/tests/resizable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html index 4580fbf2d..80ff15359 100644 --- a/ui/tests/resizable.html +++ b/ui/tests/resizable.html @@ -32,7 +32,7 @@ <h2 id="log" style="height: 50px;overflow-y:auto;"></h2> <div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;"> - <div id='resizable1' style="background: green; width: 200px; height: 100px;">I'm a resizable.</div> + <div id='resizable1' style="background: green; width: 100px; height: 100px;">I'm a resizable.</div> </div> <ol id="tests"></ol> |