Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="position:relative; transform-style:preserve-3d; overflow:hidden; wid th:100px; height:100px;"> | |
|
chrishtr
2016/11/29 04:54:02
Please test this in ComputedStyleTest.cpp instead.
trchen
2016/11/30 01:26:23
Done.
| |
| 3 <div style="position:absolute; left:0; top:0; width:100px; height:100px; backg round:red; z-index:1;"></div> | |
| 4 </div> | |
| 5 <div style="position:relative; margin-top:-100px; width:100px; height:100px; bac kground:green;"></div> | |
| 6 This test verifies computed value of transform-style:preserve-3d forces stacking context, despite the used value of it being transform-style:flat. | |
| OLD | NEW |