| <style type="text/css" media="screen"> |
| -webkit-mask-image: url('resources/slow-image-load.pl?name=mask.png&mimetype=image/png&loadtime=1'); /* takes 1 second to load */ |
| -webkit-mask-image: url('resources/slow-image-load.pl?name=mask.png&mimetype=image/png&loadtime=1'); /* takes 1 second to load */ |
| <p>Tests that masked elements do not render until their mask images are fully loaded. You should not see any blue boxes below.</p> |
| <div class="slow test"></div> |
| <div class="slow-box test"></div> |
| <script type="text/javascript" charset="utf-8"> |
| window.setTimeout(function() { |