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
Родитель dc9a970c40
Коммит d6316eff10
5 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>

Просмотреть файл

@ -2,6 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unicode tests - reference rending</title>
<style>
/* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
input { -moz-appearance: none; }
</style>
</head>
<body>