Fixed test failures.

This commit is contained in:
Per Lundberg 2016-04-30 22:01:04 +03:00
parent adf68626bd
commit 220722e321
3 changed files with 1 additions and 11 deletions

View file

@ -1,9 +1,4 @@
<link rel='match' href='submit_focus_b.html'>
<style>
button {
display: inline-block;
}
</style>
<button id="1">Submit</button>
<script>
var elem = document.getElementById('1');

View file

@ -1,9 +1,3 @@
<style>
input {
padding-left: 0;
padding-right: 0;
}
</style>
<input id="1" type="submit"></input>
<script>
var elem = document.getElementById('1');