mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix input alignment test reference
This commit is contained in:
parent
14aeccc33a
commit
5e72561a92
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue