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

Side by Side Diff: LayoutTests/fast/css/parsing-css-comment.html

Issue 9381012: Merge 107369 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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/parsing-css-comment-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <head> 1 <head>
2 <style> 2 <style>
3 #a { color: green; } 3 #a { color: green; }
4 /* 4 /*
5 Normal multiline comment 5 Normal multiline comment
6 */ 6 */
7 #b { color: green; } 7 #b { color: green; }
8 /* 8 /*
9 #c { color: green; } 9 #c { color: green; }
10 */ 10 */
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 #b { color: green; } 66 #b { color: green; }
67 #e { color: green; } 67 #e { color: green; }
68 #g { color: green; } 68 #g { color: green; }
69 #i { color: green; } 69 #i { color: green; }
70 </pre> 70 </pre>
71 71
72 <script> 72 <script>
73 73
74 </script> 74 </script>
75 </body> 75 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/parsing-css-comment-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698