Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: LayoutTests/fast/inline/vertical-align-text-inherit.html

Issue 1178473003: Vertical-aligned of LayoutText should not contribute to a layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add tables/mozilla/bugs/bug14323.html to TestExpectation for rebasing. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/inline/vertical-align-text-inherit-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/inline/vertical-align-text-inherit.html
diff --git a/LayoutTests/fast/inline/vertical-align-text-inherit.html b/LayoutTests/fast/inline/vertical-align-text-inherit.html
new file mode 100644
index 0000000000000000000000000000000000000000..6270a928830e49b7782519768fa0ec9bcde67136
--- /dev/null
+++ b/LayoutTests/fast/inline/vertical-align-text-inherit.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<style>
+.container {
+ vertical-align: top;
+}
+
+.emptyBox {
+ display: inline-block;
+ width: 50px;
+ height: 50px;
+}
+</style>
+<p>Test passes if a text below is aligned.</p>
+<div class="container">
+ <div class="emptyBox"></div>
+ <span>This text should</span> be on the same line.
+</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/inline/vertical-align-text-inherit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698