Chromium Code Reviews| Index: LayoutTests/fast/inline/vertical-align-text-inherit-expected.html |
| diff --git a/LayoutTests/fast/inline/vertical-align-text-inherit-expected.html b/LayoutTests/fast/inline/vertical-align-text-inherit-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7f673476049d2da85ca86a5a89fce9b960a4539 |
| --- /dev/null |
| +++ b/LayoutTests/fast/inline/vertical-align-text-inherit-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +.emptyBox { |
| + display: inline-block; |
| + width: 50px; |
| + height: 50px; |
| +} |
| +</style> |
| +<p>Test passes if a text below is aligned.</p> |
| +<div> |
| + <div class="emptyBox"></div> |
| + <span>This text should be on the same line.</span> |
| +</div> |