Factor out test that fails on Mac.

This commit is contained in:
bzbarsky@mit.edu 2007-05-05 00:28:20 -07:00
parent 728d2951e0
commit 45c81654ba
4 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body style="background: white"> <body style="color: black; background: white">
<div style="opacity: 0">Test 1</div> <div style="opacity: 0">Test 1</div>
<div style="opacity: -1">Test 2</div> <div style="opacity: -1">Test 2</div>
<div style="opacity: -0.5">Test 3</div> <div style="opacity: -0.5">Test 3</div>
@ -19,7 +19,5 @@
<div style="color: rgba(0, 0, 0, 1.5)">Test 14</div> <div style="color: rgba(0, 0, 0, 1.5)">Test 14</div>
<div style="color: rgba(0, 0, 0, 2)">Test 15</div> <div style="color: rgba(0, 0, 0, 2)">Test 15</div>
<div style="color: rgba(0, 0, 0, 7.3)">Test 16</div> <div style="color: rgba(0, 0, 0, 7.3)">Test 16</div>
<div style="color: rgba(0, 0, 0, 0.5)">Test 17</div>
</body> </body>
</html> </html>

View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body style="color: black; background: white;">
<div style="opacity: 0.5">Test 17</div>
</body>
</html>

View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body style="color: black; background: white">
<div style="color: rgba(0, 0, 0, 0.5)">Test 17</div>
</body>
</html>

View File

@ -226,4 +226,5 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 372037-1.html 372037-1-ref.html # bug 3
== 377603-1.html 377603-1-ref.html == 377603-1.html 377603-1-ref.html
== 378535-1.html 378535-1-ref.html == 378535-1.html 378535-1-ref.html
== 379316-1.html 379316-1-ref.html == 379316-1.html 379316-1-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug 379786
== 379328-1.html 379328-1-ref.html == 379328-1.html 379328-1-ref.html