1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/379316-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<body style="color: black; background: white"> 1.7 + <div style="opacity: 0">Test 1</div> 1.8 + <div style="opacity: -1">Test 2</div> 1.9 + <div style="opacity: -0.5">Test 3</div> 1.10 + <div style="opacity: -6.7">Test 4</div> 1.11 + <div style="opacity: 1">Test 5</div> 1.12 + <div style="opacity: 1.5">Test 6</div> 1.13 + <div style="opacity: 2">Test 7</div> 1.14 + <div style="opacity: 7.3">Test 8</div> 1.15 + 1.16 + <div style="color: rgba(0, 0, 0, 0)">Test 9</div> 1.17 + <div style="color: rgba(0, 0, 0, -1)">Test 10</div> 1.18 + <div style="color: rgba(0, 0, 0, -0.5)">Test 11</div> 1.19 + <div style="color: rgba(0, 0, 0, -6.7)">Test 12</div> 1.20 + 1.21 + <div style="color: rgba(0, 0, 0, 1)">Test 13</div> 1.22 + <div style="color: rgba(0, 0, 0, 1.5)">Test 14</div> 1.23 + <div style="color: rgba(0, 0, 0, 2)">Test 15</div> 1.24 + <div style="color: rgba(0, 0, 0, 7.3)">Test 16</div> 1.25 +</body> 1.26 +</html>