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:
Robert O'Callahan 2013-12-02 15:48:01 +13:00
parent c568af0049
commit f5b6204c78
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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