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> <html>
<head> <head>
<title>Input elements shouldn't inherit parent containers alignment</title> <title>Input elements shouldn't inherit parent containers alignment</title>
<style>
div { float: left; }
</style>
</head> </head>
<body> <body>
<div><input value="test" /></div> <input value="test" />
</body> </body>
</html> </html>