Chromium Code Reviews| Index: LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha-expected.html |
| diff --git a/LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha-expected.html b/LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ee970bdebadaa0a3a403cf5e996bbc4cc768eba |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/text-overflow-ellipsis-shadow-alpha-expected.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <style> |
| + .testDiv { |
| + overflow: hidden; |
| + text-overflow: ellipsis; |
| + font-size: 72px; |
| + width: 2em; |
| + color: green; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <div class="testDiv">Blink</div> |
| + </body> |
| +</html> |