 Chromium Code Reviews
 Chromium Code Reviews Issue 207553007:
  Apply the correct style to first-letter pseudo elements composed of different renderers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 207553007:
  Apply the correct style to first-letter pseudo elements composed of different renderers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| OLD | NEW | 
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <style> | 2 <style> | 
| 3 .quote:first-letter { color: red; } | 3 .line:first-letter { color: red; } | 
| 
mario.prada
2014/03/27 14:12:39
I needed to update this to line and remove the <sp
 | |
| 4 .line { position: absolute; top: 50px; left: 10px; } | 4 .line { position: absolute; top: 50px; left: 10px; } | 
| 5 </style> | 5 </style> | 
| 6 | 6 | 
| 7 " " | 7 " " | 
| 8 | 8 | 
| 9 <span class="line"> | 9 <span class="line"> | 
| 10 <span class="quote">'</span>Should not crash or assert and all four quotes s hould be displayed.' | 10 'Should not crash or assert and all four quotes should be displayed.' | 
| 11 </span> | 11 </span> | 
| OLD | NEW |