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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .container {
4 vertical-align: top;
5 }
6
7 .emptyBox {
8 display: inline-block;
9 width: 50px;
10 height: 50px;
11 }
12 </style>
13 <p>Test passes if a text below is aligned.</p>
14 <div class="container">
15 <div class="emptyBox"></div>
16 <span>This text should</span> be on the same line.
17 </div>
OLDNEW
« 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