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

Side by Side Diff: LayoutTests/fast/lists/inline-before-content-after-list-marker.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
« no previous file with comments | « no previous file | LayoutTests/fast/lists/inline-before-content-after-list-marker-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Test passes if you see green text only and no "PA" repetition --> 2 <!-- Test passes if you see green text only and no "PA" repetition -->
3 <html> 3 <html>
4 <body style="font-family: ahem; font-size: 40px; -webkit-font-smoothing: none;"> 4 <body style="font-family: ahem; font-size: 40px; -webkit-font-smoothing: none;">
5 <style> 5 <style>
6 li:before { content: "PA"; } 6 li:before { content: "PA"; }
7 </style> 7 </style>
8 <li>SS 8 <li>SS
9 <div></div> 9 <div></div>
10 </li> 10 </li>
11 <script> 11 <script>
12 document.body.offsetTop; 12 document.body.offsetTop;
13 document.body.style.color = "green"; 13 document.body.style.color = "green";
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/lists/inline-before-content-after-list-marker-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698