all: can render basic things
This commit is contained in:
30
examples/test.html
Normal file
30
examples/test.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
* { display: block; padding: 12px; }
|
||||
.a { background: #ff0000; }
|
||||
.b { background: #ffa500; }
|
||||
.c { background: #ffff00; }
|
||||
.d { background: #008000; }
|
||||
.e { background: #0000ff; }
|
||||
.f { background: #4b0082; }
|
||||
.g { background: #800080; border-color: #808080; border-width: 3px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="a">
|
||||
<div class="b">
|
||||
<div class="c">
|
||||
<div class="d">
|
||||
<div class="e">
|
||||
<div class="f">
|
||||
<div class="g">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user