gecko-dev/layout/reftests/position-sticky/transformed-1-ref.html

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

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

<!DOCTYPE html>
<html style="margin: 0">
<body style="margin: 0">
<div style="height: 70px; background-color: blue"></div>
<div style="height: 2000px;">
<div style="margin-top: 50px; width: 100px; height: 100px; background-color: green"></div>
</div>
</html>