Bug 1222265 - Use -moz-appearance:none in layout/reftests/unicode testcases to work around unreliable Gtk3 form-control rendering. r=dholbert

This commit is contained in:
Jonathan Kew
2016-01-13 10:43:27 +00:00
parent 66e184d3db
commit d77101ae6b
5 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
<title>Unicode tests - pseudo element selectors</title>
<style>
p:fİrst-letter {color: red}
/* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
input { -moz-appearance: none; }
</style>
</head>