mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Factor out test that fails on Mac.
This commit is contained in:
parent
e49c3bc0d3
commit
6b27d5e627
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="background: white">
|
||||
<body style="color: black; background: white">
|
||||
<div style="opacity: 0">Test 1</div>
|
||||
<div style="opacity: -1">Test 2</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, 2)">Test 15</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>
|
||||
</html>
|
||||
|
6
layout/reftests/bugs/379316-2-ref.html
Normal file
6
layout/reftests/bugs/379316-2-ref.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="color: black; background: white;">
|
||||
<div style="opacity: 0.5">Test 17</div>
|
||||
</body>
|
||||
</html>
|
6
layout/reftests/bugs/379316-2.html
Normal file
6
layout/reftests/bugs/379316-2.html
Normal 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>
|
@ -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
|
||||
== 378535-1.html 378535-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
|
||||
|
Loading…
x
Reference in New Issue
Block a user