Ticket #17610: position-fixed.html

File position-fixed.html, 863 bytes (added by thebuck, 2 years ago)

Little testcase

Line 
1<html style="font-size:3em">
2Text on page, 1<br/>
3<div style="position:fixed; border:solid 0.2em red; background:yellow">position: fixed</div>
4Text on page, 2<br/>
5Text on page, 3<br/>
6Text on page, 4<br/>
7Text on page, 5<br/>
8Text on page, 6<br/>
9Text on page, 7<br/>
10Text on page, 8<br/>
11<div style="position:sticky; top:1em; right:0; float:right; border:solid 0.2em red; background:yellow">position: sticky</div>
12Text on page, 9<br/>
13Text on page, 10<br/>
14Text on page, 11<br/>
15Text on page, 12<br/>
16Text on page, 13<br/>
17Text on page, 14<br/>
18Text on page, 15<br/>
19Text on page, 16<br/>
20Text on page, 17<br/>
21Text on page, 18<br/>
22Text on page, 19<br/>
23Text on page, 20<br/>
24Text on page, 21<br/>
25Text on page, 22<br/>
26Text on page, 23<br/>
27Text on page, 24<br/>
28Text on page, 25<br/>
29Text on page, 26<br/>
30Text on page, 27<br/>
31Text on page, 28<br/>
32</html>