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

Side by Side Diff: LayoutTests/fast/css-generated-content/before-content-continuation-chain.html

Issue 9562024: Merge 108109 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/before-content-continuation-chain-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 <html> 2 <html>
3 <body style="font-family: ahem; -webkit-font-smoothing: none;"> 3 <body style="font-family: ahem; -webkit-font-smoothing: none;">
4 <!-- Test passes if A (blue box) in first line, followed by B (green box) in nex t line. --> 4 <!-- Test passes if A (blue box) in first line, followed by B (green box) in nex t line. -->
5 <style> 5 <style>
6 span:before { 6 span:before {
7 display: block; 7 display: block;
8 content: "A"; 8 content: "A";
9 color: blue; 9 color: blue;
10 } 10 }
11 </style> 11 </style>
12 <span style="color: green"><div></div>B</span> 12 <span style="color: green"><div></div>B</span>
13 <script> 13 <script>
14 document.body.style.fontSize = "200px"; 14 document.body.style.fontSize = "200px";
15 </script> 15 </script>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/before-content-continuation-chain-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698