зеркало из https://github.com/mozilla/pjs.git
Factor out test that fails on Mac.
This commit is contained in:
Родитель
45b7591ddf
Коммит
e6c2c86a12
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="color: black; background: white;">
|
||||
<div style="opacity: 0.5">Test 17</div>
|
||||
</body>
|
||||
</html>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче