fixed-position-child-with-fixed-position-cb-ref.html (430B)
1 <!DOCTYPE html> 2 <html> 3 <title>Test that a fixed positioned child of a dialog is aligned to the viewport</title> 4 <head> 5 <link rel="stylesheet" href="resources/dialog.css"> 6 </head> 7 <style> 8 </style> 9 <body> 10 <div class="pseudodialog" style="position: fixed"> 11 Dialog should be centered. 12 </div> 13 <div style="position: fixed; top: 0px; left: 0px">This fixed positioned element is aligned to viewport top-left.</div> 14 </div> 15 </body> 16 </html>