Skip to content

Commit

Permalink
Fixed test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed May 1, 2016
1 parent adf6862 commit 220722e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions resources/servo.css
@@ -1,3 +1,4 @@
button,
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; font-family: sans-serif; font-size: 0.7em; white-space: nowrap; text-align: left; line-height: 1.8; }
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; font-family: sans-serif; font-size: 0.7em; white-space: pre; }
input::selection,
Expand Down
5 changes: 0 additions & 5 deletions tests/wpt/mozilla/tests/css/submit_focus_a.html
@@ -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');
Expand Down
6 changes: 0 additions & 6 deletions tests/wpt/mozilla/tests/css/submit_focus_b.html
@@ -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');
Expand Down

0 comments on commit 220722e

Please sign in to comment.