diff options
Diffstat (limited to 'layout/reftests/text-shadow/lineoverflow-ref.html')
-rw-r--r-- | layout/reftests/text-shadow/lineoverflow-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/text-shadow/lineoverflow-ref.html b/layout/reftests/text-shadow/lineoverflow-ref.html new file mode 100644 index 000000000..07fad32ce --- /dev/null +++ b/layout/reftests/text-shadow/lineoverflow-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE HTML> + +<div style="position: absolute; top: 20px; left: 20px;"><span style="text-decoration: underline; text-shadow: 3px 3px 2px red; font-size: 40px;">Testingtestingtestingtesting</span></div> |