Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Put a fixed positioned element inside a transform, which will act as a contai ning block for the fixed-pos.</p> | |
| 3 <p>There should be a green square below, and no red.</p> | |
| 4 <div style="width:200px; height:200px; background:green;"></div> | |
| OLD | NEW |