blob: 20e5c0c3d733579d1dc7db272aa5f2ea051f40b2 [file] [log] [blame]
<style>
*{
-webkit-padding-start: 6801059;
background-image:-webkit-cross-fade(url(foo1), url(foo2), 50%);
}
</style>
<script>
window.onload = function() {
if (window.testRunner) {
testRunner.waitUntilDone();
}
setTimeout(function() {
if (location.hash == '#done') {
document.write('PASS');
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.notifyDone();
}
} else {
location.hash = 'done';
window.location.reload();
}
}, 0);
}
</script>