Back out bug 786946 because it fails <select> font-inflation tests. r=bustage

This commit is contained in:
Boris Zbarsky 2012-09-07 12:18:48 -04:00
parent cb8dfbe04d
commit e39fd641bb
6 changed files with 1 additions and 38 deletions

View File

@ -101,5 +101,4 @@ fails == underline-block-propagation-2-quirks.html underline-block-propagation-2
== 676538-1.html 676538-1-ref.html
== underline-button-1.html underline-button-1-ref.html
fails-if(winWidget) == underline-button-2.html underline-button-2-ref.html # On windows, the underline spacing inside the button is different
== underline-select-1.html underline-select-1-ref.html
== underline-select-2.html underline-select-2-ref.html

View File

@ -1,9 +0,0 @@
<!doctype html>
<html>
<body>
<span style="text-decoration: underline">
Some</span><select><option>text</option></select><span
style="text-decoration: underline">and a button
</span>
</body>
</html>

View File

@ -1,8 +0,0 @@
<!doctype html>
<html>
<body>
<span style="text-decoration: underline">
Some<select><option>text</option></select>and a button
</span>
</body>
</html>

View File

@ -1,9 +0,0 @@
<!doctype html>
<html>
<body>
<span style="text-decoration: underline">
Some</span><select size="5"><option>text</option></select><span
style="text-decoration: underline">and a button
</span>
</body>
</html>

View File

@ -1,8 +0,0 @@
<!doctype html>
<html>
<body>
<span style="text-decoration: underline">
Some<select size="5"><option>text</option></select>and a button
</span>
</body>
</html>

View File

@ -196,8 +196,6 @@ select {
text-indent: 0;
overflow: -moz-hidden-unscrollable;
text-shadow: none;
/* No text-decoration reaching inside, by default */
display: inline-block;
}
/* Need the "select[size][multiple]" selector to override the settings on