diff options
Diffstat (limited to 'layout/reftests/text-shadow/overflow-clip-ref.html')
-rw-r--r-- | layout/reftests/text-shadow/overflow-clip-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/text-shadow/overflow-clip-ref.html b/layout/reftests/text-shadow/overflow-clip-ref.html new file mode 100644 index 0000000000..88f1ba2d31 --- /dev/null +++ b/layout/reftests/text-shadow/overflow-clip-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head></head> +<body> + <div style=" + width: 3em; + text-overflow: clip; + overflow: hidden; + white-space: nowrap; + color: red;">MMMMMM + </div> +</body> +</html> |