Make sure all files that should be present are present.
This commit is contained in:
13
test/html/hidden-float-repeat.html
Normal file
13
test/html/hidden-float-repeat.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div>1</div>
|
||||
<div>
|
||||
<span style="float:right; overflow:hidden"> </span>
|
||||
<div style="overflow:hidden">2</div>
|
||||
</div>
|
||||
<div>3</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user