diff options
Diffstat (limited to 'tests/unit/core/core.html')
-rw-r--r-- | tests/unit/core/core.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 4c769d841..ee2f5fdfa 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -127,6 +127,8 @@ <div id="zIndexAutoWithParentViaCSSPositioned">.</div> </div> <div id="zIndexAutoNoParent"></div> + + <div id="dimensions" style="float: left; height: 50px; width: 100px; margin: 1px 12px 11px 2px; border-style: solid; border-width: 3px 14px 13px 4px; padding: 5px 16px 15px 6px;"></div> </div> </body> |