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