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

Side by Side Diff: LayoutTests/fast/css-generated-content/first-letter-in-nested-before.html

Issue 8201005: Merge 96427 - <rdar://problem/10208291> first-letter in generated before content with display: ta... (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/css-generated-content/first-letter-in-nested-before-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 #target { color: green; margin-top: -100px; } 2 #target { color: green; margin-top: -100px; }
3 #target:before { display: table; content: "A"; } 3 #target:before { display: table; content: "A"; }
4 #target:first-letter { font-size: 200%; } 4 #target:first-letter { font-size: 200%; }
5 </style> 5 </style>
6 <body style="font-family: ahem; -webkit-font-smoothing: none;"> 6 <body style="font-family: ahem; -webkit-font-smoothing: none;">
7 <div style="font-size: 100px; color: red;">A</div> 7 <div style="font-size: 100px; color: red;">A</div>
8 <div id="target"></div> 8 <div id="target"></div>
9 <script> 9 <script>
10 document.body.offsetTop; 10 document.body.offsetTop;
11 document.getElementById("target").style.fontSize = "50px"; 11 document.getElementById("target").style.fontSize = "50px";
12 </script> 12 </script>
13 </body> 13 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/first-letter-in-nested-before-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698