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

Side by Side Diff: LayoutTests/fast/runin/run-in-after-run-in.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
3 <!-- WebKit bug 86387 - Move run-in handling to addChild, instead of in layout. -->
4 <!-- 'A' green box should be on its own line, followed by run-in orange 'B' box and purple 'C' box in the next line -->
5 <style>
6 .runin { display: run-in; }
7 </style>
8 </head>
9 <body>
10 <div>
11 <div class="runin" style="color: green">A</div>
12 <div class="runin" style="color: orange">B</div>
13 <div style="color: purple">C</div>
14 </div>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/progress-run-in-crash-expected.txt ('k') | LayoutTests/fast/runin/run-in-after-run-in-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698