blob: b6183c3f2edf7c7db9d11e067d5adadaab9ae8a0 [file] [log] [blame]
timothy_horton@apple.com37b17642011-11-17 01:28:25 +00001<html>
2<style>
3div
4{
simon.fraser@apple.com186423e2016-05-13 22:40:57 +00005 width: 200px;
6 height: 100px;
timothy_horton@apple.com37b17642011-11-17 01:28:25 +00007}
8
simon.fraser@apple.com186423e2016-05-13 22:40:57 +00009.crossfade1
timothy_horton@apple.com37b17642011-11-17 01:28:25 +000010{
simon.fraser@apple.com186423e2016-05-13 22:40:57 +000011 background-image: cross-fade(url(resources/green-10.png), url(resources/green-10.png), 50%);
12}
13
14.crossfade2
15{
16 background-image: cross-fade(url(resources/green-10.png), url(resources/green-10-2.png), 50%);
timothy_horton@apple.com37b17642011-11-17 01:28:25 +000017}
18</style>
simon.fraser@apple.com186423e2016-05-13 22:40:57 +000019<!-- All rectangles should look the same-->
20<div class="crossfade1"></div>
21<div class="crossfade2"></div>
22<div style="background-color: black"><div class="crossfade2"></div></div>
timothy_horton@apple.com37b17642011-11-17 01:28:25 +000023</html>