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

Side by Side Diff: LayoutTests/fast/css/first-letter-render-quote-expected.html

Issue 667263002: Add layout test for first-letter and render quote. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « LayoutTests/fast/css/first-letter-render-quote.html ('k') | no next file » | 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>
3 html, body { margin-left: 0; }
4 .quote:before { content: open-quote; }
5 .green { color: green; }
6 </style>
7 <p>Test passes if no CRASH and you see a quote on one line and a green B on the second line.</p>
8 <div class="quote"></div>
9 <table cellpadding="0" cellspacing="0">
10 <tr>
11 <td class="green">B</td>
12 </tr>
13 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-render-quote.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698