 Chromium Code Reviews
 Chromium Code Reviews Issue 1158193011:
  Include overflows from visual effects in LayoutTableSection.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 1158193011:
  Include overflows from visual effects in LayoutTableSection.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 <style> | |
| 3 div { | |
| 4 width:100px; | |
| 5 height:100px; | |
| 6 outline-color: black; | |
| 7 outline-style: solid; | |
| 8 outline-width: 10px; | |
| 9 } | |
| 10 </style> | |
| 11 <div></div> | |
| OLD | NEW |