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

Side by Side Diff: LayoutTests/fast/runin/runin-between-list-marker-and-before-content.html

Issue 8216022: Merge 97075 - Style for updated due to inability to locate (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Test passes if you see RUNIN between list marker and ABCD. All text should be of same 40px size. --> 2 <!-- Test passes if you see RUNIN between list marker and ABCD. All text should be of same 40px size. -->
3 <html> 3 <html>
4 <body style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;"> 4 <body style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
5 <style> 5 <style>
6 li:before { content: "AB"; } 6 li:before { content: "AB"; }
7 </style> 7 </style>
8 <div style="display: run-in; color: green">RUNIN</div> 8 <div style="display: run-in; color: green">RUNIN</div>
9 <li style="color: blue">CD</li> 9 <li style="color: blue">CD</li>
10 <script> 10 <script>
11 document.body.offsetTop; 11 document.body.offsetTop;
12 document.body.style.fontSize = "40px"; 12 document.body.style.fontSize = "40px";
13 </script> 13 </script>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698