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

Side by Side Diff: LayoutTests/fast/dynamic/first-letter-display-change.html

Issue 3419009: Merge 67281 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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-display-change-expected.checksum » ('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 .a:first-letter { float: right; font-size: 2em; } 2 .a:first-letter { float: right; font-size: 2em; }
3 .b:first-letter { color: blue; } 3 .b:first-letter { color: blue; }
4 </style> 4 </style>
5 <div id="target" style="font-family: ahem;" class="a">Lorem ipsum dolor sit amet </div> 5 <div id="target" style="font-family: ahem;" class="a">Lorem ipsum dolor sit amet </div>
6 <script> 6 <script>
7 var target = document.getElementById("target"); 7 var target = document.getElementById("target");
8 target.offsetTop; 8 target.offsetTop;
9 target.className = "b"; 9 target.className = "b";
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dynamic/first-letter-display-change-expected.checksum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698