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

Side by Side Diff: LayoutTests/fast/css/first-letter-float-block.html

Issue 373503002: Add first letter test when first letter is inside a floated block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use ref test instead. Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-float-block-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style type="text/css">
3 #inner::first-letter { font-size: 200px }
4 </style>
5 <p>This test is successful if the word Foo is fully contained inside the
6 surrounding border.</p>
7 <div style="height: 200px; width: 300px; overflow: scroll;">
8 <div style="float: left; border: 3px solid;">
9 <div id="inner">Foo</div>
10 </div>
11 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-float-block-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698