gecko/layout/reftests/reftest-sanity/test-pos-fixed.html
Oleg Romashin 2f45dcc97f Bug 607417 - Reconcile position:fixed with async scrolling and displayport+meta-viewport. reftests r=jones.chris.g
--HG--
extra : rebase_source : 74649055179f4612dce53928f75bea55359eeeb4
2011-04-08 09:35:21 -07:00

9 lines
313 B
HTML

<!DOCTYPE HTML>
<html reftest-viewport-w="200" reftest-viewport-h="100"
reftest-displayport-w="200" reftest-displayport-h="100"
reftest-displayport-x="0" reftest-displayport-y="10">
<body>
<div style="position:fixed;top:0px;width:100%;height:10px;background-color:green;">&nbsp;</div>
</body>
</html>