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

Side by Side Diff: LayoutTests/fast/runin/generated-content-crash.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 <!-- 'A' orange box should be inside the green box, which in turn is inside the purple box. -->
4 <body>
5 <style>
6 #div1:before {
7 display: run-in;
8 content: 'A';
9 color: orange;
10 }
11 </style>
12 <div id="div1" style="display: inline-block; border: 10px solid purple">
13 <div style="border: 10px solid green"></div>
14 </div>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/generated.html ('k') | LayoutTests/fast/runin/generated-content-crash-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698