Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / fixed-position-losing-backing.html
blob813caa786ab97729e9faf5774ad5045c8fdd3958
1 <!DOCTYPE html>
2 <style>
3 #fixed {
4 position: fixed;
5 width: 100px;
6 height: 100px;
7 background-color: yellow;
8 transform: translateZ(0);
11 #bloat {
12 height: 10000px;
14 </style>
15 <div id="fixed"></div>
16 <div id="bloat"></div>