mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 942672. Mark test as failing on Windows non-D2D, because it seems to have exposed a bad bug there. Also, add some padding to fix test failures on Mac.
This commit is contained in:
parent
c568af0049
commit
f5b6204c78
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body style="background:white">
|
||||
<div style="opacity:0.5; background:white; height:200px;"><button>Hello</button></div>
|
||||
<div style="opacity:0.5; background:white; height:200px; padding:2px;"><button>Hello</button></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body style="background:white">
|
||||
<div style="opacity:0.5; height:200px;"><button>Hello</button></div>
|
||||
<div style="opacity:0.5; height:200px; padding:2px;"><button>Hello</button></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1785,4 +1785,4 @@ fuzzy-if(cocoaWidget,1,40) == 928607-1.html 928607-1-ref.html
|
||||
== 931853-quirks.html 931853-quirks-ref.html
|
||||
== 936670-1.svg 936670-1-ref.svg
|
||||
== 941940-1.html 941940-1-ref.html
|
||||
== 942672-1.html 942672-1-ref.html
|
||||
fails-if(winWidget&&!d2d) == 942672-1.html 942672-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user