layout/reftests/bugs/379316-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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: 0">Test 2</div>
michael@0 6 <div style="opacity: 0">Test 3</div>
michael@0 7 <div style="opacity: 0">Test 4</div>
michael@0 8 <div style="opacity: 1">Test 5</div>
michael@0 9 <div style="opacity: 1">Test 6</div>
michael@0 10 <div style="opacity: 1">Test 7</div>
michael@0 11 <div style="opacity: 1">Test 8</div>
michael@0 12
michael@0 13 <div style="opacity: 0">Test 9</div>
michael@0 14 <div style="opacity: 0">Test 10</div>
michael@0 15 <div style="opacity: 0">Test 11</div>
michael@0 16 <div style="opacity: 0">Test 12</div>
michael@0 17
michael@0 18 <div style="opacity: 1">Test 13</div>
michael@0 19 <div style="opacity: 1">Test 14</div>
michael@0 20 <div style="opacity: 1">Test 15</div>
michael@0 21 <div style="opacity: 1">Test 16</div>
michael@0 22 </body>
michael@0 23 </html>

mercurial