gecko-dev/gfx/tests/reftest/1419528-ref.html

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

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

<!DOCTYPE html>
<style>
.outer {
display: flex;
}
.inner {
padding-bottom: 6px;
padding-top: 10 px;
}
</style>
<body>
<div class="outer">
<ul class="inner">
Testing
</ul>
</div>
</body>
</html>