 Chromium Code Reviews
 Chromium Code Reviews Issue 423173003:
  Incorrect Static Position of Absolute Positioned Elements inside Rel-Positioned Containers  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 423173003:
  Incorrect Static Position of Absolute Positioned Elements inside Rel-Positioned Containers  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <style> | |
| 3 div#wrapper { background-color: green; width: 100px; height: 200px; } | |
| 4 </style> | |
| 5 <p>Test passes if there is no red.</p> | |
| 6 <div id="wrapper"> | |
| 7 </div> | |
| OLD | NEW |