author | Daniel Holbert <dholbert@cs.stanford.edu> |
Thu, 26 Sep 2013 23:43:16 -0700 | |
changeset 148965 | c8c18d3a3f21890c9f72bffc304dafacf596d35e |
parent 148964 | 06ee4167c4bbdc10a15f865b82c7470993c0616a |
child 148966 | d9d845045319159888a0076324f6210021e8a747 |
push id | 25366 |
push user | kwierso@gmail.com |
push date | Sat, 28 Sep 2013 02:13:38 +0000 |
treeherder | mozilla-central@e1914e294152 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 27.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/reftests/forms/button/vertical-centering-ref.html +++ b/layout/reftests/forms/button/vertical-centering-ref.html @@ -4,17 +4,16 @@ <style> div { height: 100px; display: inline-block; border: 0; padding: 0; font: 2em/100px sans-serif; - color: white; text-align: center; background: transparent; color: black; } </style> </head> <body>
--- a/layout/reftests/forms/button/vertical-centering.html +++ b/layout/reftests/forms/button/vertical-centering.html @@ -4,17 +4,16 @@ <style> input, div { height: 100px; display: inline-block; border: 0; padding: 0; font: 2em sans-serif; - color: white; background: transparent; color: black; } input { -moz-appearance: none; } input::-moz-focus-inner {