Make sure all files that should be present are present.
This commit is contained in:
25
test/html/inline-block-spans.html
Normal file
25
test/html/inline-block-spans.html
Normal file
@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.foo{display:inline-block;height:32px;width:32px;position:relative}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>Line 1</div>
|
||||
<div>Line 2
|
||||
<span>
|
||||
<span class="foo"></span>
|
||||
</span>
|
||||
<span>
|
||||
<span class="foo"></span>
|
||||
</span>
|
||||
<span>
|
||||
<span class="foo"></span>
|
||||
</span>
|
||||
<span>
|
||||
<span class="foo"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div>Line 3</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user