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:
@@ -4,7 +4,9 @@
|
||||
<title>Unicode tests - language selector</title>
|
||||
<style>
|
||||
p:lang(hİ) {color: red}
|
||||
//p[lang="hİ"] {text-indent:30px} Disabled until Bug 492431 is fixed
|
||||
/* p[lang="hİ"] {text-indent:30px} Disabled until Bug 492431 is fixed */
|
||||
/* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
|
||||
input { -moz-appearance: none; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user