 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 | |
| 4 { | |
| 5 background-color: green; /* change color to see what happens with positi on static */ | |
| 6 height: 200px; | |
| 7 width: 200px; | |
| 8 } | |
| 9 </style> | |
| 10 <p>Test passes if there is no red.</p> | |
| 11 <div id="wrapper"> | |
| 12 </div> | |
| OLD | NEW |