diff options
Diffstat (limited to 'layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html')
-rw-r--r-- | layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html b/layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html new file mode 100644 index 0000000000..03d34afd9f --- /dev/null +++ b/layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html @@ -0,0 +1,17 @@ +<!DOCTYPE HTML> +<style type="text/css"> + +div { + height: 200px; width: 200px; + font-size: 50px; +} + +span { + /* work around potential font overflow */ + margin-left: 5px; +} + +</style> +<div> +<span>text</span> +</div> |