Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <body style="color: black; background: white"> |
michael@0 | 4 | <div style="opacity: 0">Test 1</div> |
michael@0 | 5 | <div style="opacity: -1">Test 2</div> |
michael@0 | 6 | <div style="opacity: -0.5">Test 3</div> |
michael@0 | 7 | <div style="opacity: -6.7">Test 4</div> |
michael@0 | 8 | <div style="opacity: 1">Test 5</div> |
michael@0 | 9 | <div style="opacity: 1.5">Test 6</div> |
michael@0 | 10 | <div style="opacity: 2">Test 7</div> |
michael@0 | 11 | <div style="opacity: 7.3">Test 8</div> |
michael@0 | 12 | |
michael@0 | 13 | <div style="color: rgba(0, 0, 0, 0)">Test 9</div> |
michael@0 | 14 | <div style="color: rgba(0, 0, 0, -1)">Test 10</div> |
michael@0 | 15 | <div style="color: rgba(0, 0, 0, -0.5)">Test 11</div> |
michael@0 | 16 | <div style="color: rgba(0, 0, 0, -6.7)">Test 12</div> |
michael@0 | 17 | |
michael@0 | 18 | <div style="color: rgba(0, 0, 0, 1)">Test 13</div> |
michael@0 | 19 | <div style="color: rgba(0, 0, 0, 1.5)">Test 14</div> |
michael@0 | 20 | <div style="color: rgba(0, 0, 0, 2)">Test 15</div> |
michael@0 | 21 | <div style="color: rgba(0, 0, 0, 7.3)">Test 16</div> |
michael@0 | 22 | </body> |
michael@0 | 23 | </html> |