Initial import of Dillo
This commit is contained in:
20
test/html/render/main-style.html
Normal file
20
test/html/render/main-style.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Main should behave like a div</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 20em; background: lightgreen">
|
||||
div
|
||||
</div>
|
||||
<main style="margin-left: 20em; background: lightgreen">
|
||||
main
|
||||
</main>
|
||||
<header style="margin-left: 20em; background: lightgreen">
|
||||
header
|
||||
</header>
|
||||
<footer style="margin-left: 20em; background: lightgreen">
|
||||
footer
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user