OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <body> | 2 <body> |
3 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 20
px; width: 200px;">A link to highlight</a> | 3 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 20
px; width: 200px;">A link to highlight</a> |
4 <div style="background-color: white; position: absolute; left: 20px; top: 40
px; width: 200px; height: 30px; -webkit-transform:translateZ(0);"> | 4 <div style="background-color: white; position: absolute; left: 20px; top: 40
px; width: 200px; height: 30px; -webkit-transform:translateZ(0);"> |
5 <p id="innerDiv">Not a link to click.</p> | 5 <p id="innerDiv">Not a link to click.</p> |
6 </div> | 6 </div> |
7 <div style="background-color: white; position: absolute; left: 20px; top: 10
0px; width: 200px; height: 100px; overflow-y: scroll; overflow-x : scroll;"> | 7 <div style="background-color: white; position: absolute; left: 20px; top: 10
0px; width: 200px; height: 100px; overflow-y: scroll; overflow-x : scroll;"> |
8 <a href="http://www.test.com">Another link to click</a><br> | 8 <a href="http://www.test.com">Another link to click</a><br> |
9 Some stuff.<br> | 9 Some stuff.<br> |
10 Some stuff.<br> | 10 Some stuff.<br> |
(...skipping 26 matching lines...) Expand all Loading... |
37 </a> | 37 </a> |
38 </body> | 38 </body> |
39 </html> | 39 </html> |
40 --> | 40 --> |
41 <!-- | 41 <!-- |
42 <iframe style="scrolling: yes; width : 400px; height : 100px; position: abso
lute; left: 20px; top: 210px;" | 42 <iframe style="scrolling: yes; width : 400px; height : 100px; position: abso
lute; left: 20px; top: 210px;" |
43 src="data:text/html,%3Chtml%3E%0A%3Cbody%3E%0A%3Ca%20href%3D%22http%3A%2F%2
Fwww.test.com%22%20position%3A%20absolute%3B%20left%3A%2050px%3B%20top%3A%2030px
%3E%0AThis%20is%20going%20to%20be%20a%20very%20long%20link%20to%20force%20the%20
scrollbars%20to%20activate%20on%20the%20iFrame%20that%20will%20contain%20this%20
page.%0A%3C%2Fa%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E"></iframe> | 43 src="data:text/html,%3Chtml%3E%0A%3Cbody%3E%0A%3Ca%20href%3D%22http%3A%2F%2
Fwww.test.com%22%20position%3A%20absolute%3B%20left%3A%2050px%3B%20top%3A%2030px
%3E%0AThis%20is%20going%20to%20be%20a%20very%20long%20link%20to%20force%20the%20
scrollbars%20to%20activate%20on%20the%20iFrame%20that%20will%20contain%20this%20
page.%0A%3C%2Fa%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E"></iframe> |
44 --> | 44 --> |
45 </body> | 45 </body> |
46 </html> | 46 </html> |
OLD | NEW |