Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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> |
| OLD | NEW |