gecko-dev/layout/reftests/meta-viewport/async-scroll-to-no-content-...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 строки
277 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html {
background-color: green;
}
#fixed {
width: 100px;
height: 100px;
background-color: red;
position: fixed;
bottom: 0px;
right: 0px;
}
</style>
<div id="fixed"></div>