Hi. I have embedded Linux MIPS board with webkit 1.10. This code does not work on my MIPS board (-webkit-gradient is ignored): <button type="submit" style="background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); !important">ABC</button> But work in my x86 PC on same version of webkit.
This code work fine in all platforms: <div style="background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); width: 100px; height:100px">ABC</div> Andrei Pushkin
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev