mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out bug 786946 because it fails <select> font-inflation tests. r=bustage
This commit is contained in:
parent
cb8dfbe04d
commit
e39fd641bb
@ -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
|
||||
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user