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

Side by Side Diff: LayoutTests/fast/runin/002.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 1 month 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/runin/001-expected.txt ('k') | LayoutTests/fast/runin/002-expected.txt » ('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 <html>
3 <head>
4 <title>WebKit Bug 23839: Definition terms with display style of run-in display :after content like :before content</title>
5 <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" />
6 <style type="text/css">
7 dt {display: run-in}
8 dt:after {content: ":"}
9 </style>
10 </head>
11 <body>
12 <dl>
13 <dt>Term</dt>
14 <dd>Definition</dd>
15 </dl>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/001-expected.txt ('k') | LayoutTests/fast/runin/002-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698