Fix input alignment test reference

This commit is contained in:
Nazım Can Altınova 2016-07-21 00:32:25 +03:00
parent 14aeccc33a
commit 5e72561a92

View file

@ -2,11 +2,8 @@
<html>
<head>
<title>Input elements shouldn't inherit parent containers alignment</title>
<style>
div { float: left; }
</style>
</head>
<body>
<div><input value="test" /></div>
<input value="test" />
</body>
</html>