gecko-dev/layout/reftests/bugs/745934-1-ref.html

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

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

<!DOCTYPE HTML>
<html>
<head>
<style>
div {
position: absolute;
top: 0; left: 0;
width: 600px;
height: 500px;
background: yellow;
opacity: 0.3;
}
</style>
</head>
<body>
<div></div>
</body>
</html>