Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="position:relative; width:100px; height:100px; background:green;"></d iv> | |
| 3 <div style="translate:initial; margin-top:-100px; width:100px; height:100px; bac kground:red;"></div> | |
|
alancutter (OOO until 2018)
2016/10/26 01:39:38
Include rotate and scale as well.
| |
| 4 This test verifies resetting CSS translate to initial value doesn't result in a stacking context. | |
| OLD | NEW |