Make sure all files that should be present are present.
This commit is contained in:
34
test/html/samesizearea.html
Normal file
34
test/html/samesizearea.html
Normal file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Same sized areas</title>
|
||||
<style type="text/css">
|
||||
.area {width:300px; height:300px; border: 1px #000000 solid;}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="area">
|
||||
area 1
|
||||
</div>
|
||||
|
||||
<div class="area">
|
||||
area 2
|
||||
</div>
|
||||
|
||||
<div class="area">
|
||||
area 3
|
||||
</div>
|
||||
|
||||
<div class="area">
|
||||
area 4
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user