OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <body> | 2 <body> |
3 <div id="foo" style="width: 200px; height: 1000px; transform: translateZ(0); bac
kground-color: lightgray;"></div> | 3 <div id="foo" style="width: 200px; height: 1000px; transform: translateZ(0); bac
kground-color: lightgray;"></div> |
4 | 4 |
5 <!-- The squashing layer will contain the following two divs. Note that the seco
nd is 100px lower than the top. --> | 5 <!-- The squashing layer will contain the following two divs. Note that the seco
nd is 100px lower than the top. --> |
6 <div style="position: absolute; z-index: 0; top: 0px; width: 100px; height: 500p
x"></div> | 6 <div style="position: absolute; z-index: 0; top: 0px; width: 100px; height: 500p
x"></div> |
7 <div style="position: absolute; z-index: 0; top: 500px; width: 100px; height: 10
0px"> | 7 <div style="position: absolute; z-index: 0; top: 500px; width: 100px; height: 10
0px"> |
8 <iframe frameborder=0 id="subframe" srcdoc="<body style='height: 200px'>test1<
/body>"> | 8 <iframe frameborder=0 id="subframe" srcdoc="<body style='height: 200px'>test1<
/body>"> |
9 </iframe> | 9 </iframe> |
10 </div> | 10 </div> |
11 </body> | 11 </body> |
OLD | NEW |