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 9cde7e5f24
commit 9aeb9849d3
5 changed files with 12 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
div[dİr="ltr"] {text-indent: 30px;}
input[dİsabled] {display: none;}
//input[dİsabled="disabled"] {display: inline;}
/* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
input { -moz-appearance: none; }
</style>
</head>