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

Side by Side Diff: LayoutTests/fast/dynamic/first-letter-after-list-marker.html

Issue 8085012: Merge 96294 - <rdar://problem/10196497> first-letter after list marker not updated correctly (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/dynamic/first-letter-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 <style> 1 <style>
2 li:first-letter { color: red; } 2 li:first-letter { color: red; }
3 li.green:first-letter { color: green; } 3 li.green:first-letter { color: green; }
4 </style> 4 </style>
5 <ul style="font-family: ahem; font-size: 100px; -webkit-font-smoothing: none;"> 5 <ul style="font-family: ahem; font-size: 100px; -webkit-font-smoothing: none;">
6 <li id="target">a</li> 6 <li id="target">a</li>
7 </ul> 7 </ul>
8 <script> 8 <script>
9 document.body.offsetTop; 9 document.body.offsetTop;
10 document.getElementById("target").className = "green"; 10 document.getElementById("target").className = "green";
11 </script> 11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dynamic/first-letter-after-list-marker-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698